Skip to content

Commit 699f4e6

Browse files
authored
Fix spelling in app.deploy docstring (#3886)
Fix spelling in deploy docstring
1 parent 3a5d9ac commit 699f4e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modal/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ async def deploy(
431431
) -> typing_extensions.Self:
432432
"""Deploy the App so that it is available persistently.
433433
434-
Deployed Apps will be avaible for lookup or web-based invocations until they are stopped.
434+
Deployed Apps will be available for lookup or web-based invocations until they are stopped.
435435
Unlike with `App.run`, this method will return as soon as the deployment completes.
436436
437437
This method is a programmatic alternative to the `modal deploy` CLI command.

0 commit comments

Comments
 (0)