ApiSurface -> Api

This commit is contained in:
Ashwin Bharambe 2024-08-05 12:44:56 -07:00
parent 7890921e5c
commit 125fdb1b2a
13 changed files with 76 additions and 87 deletions

View file

@ -29,7 +29,7 @@ class DistributionCreate(Subcommand):
help="Name of the distribution to create",
required=True,
)
# for each ApiSurface the user wants to support, we should
# for each Api the user wants to support, we should
# get the list of available adapters, ask which one the user
# wants to pick and then ask for their configuration.