There was an error while loading. Please reload this page.
1 parent 3a5d9ac commit 699f4e6Copy full SHA for 699f4e6
1 file changed
modal/app.py
@@ -431,7 +431,7 @@ async def deploy(
431
) -> typing_extensions.Self:
432
"""Deploy the App so that it is available persistently.
433
434
- Deployed Apps will be avaible for lookup or web-based invocations until they are stopped.
+ Deployed Apps will be available for lookup or web-based invocations until they are stopped.
435
Unlike with `App.run`, this method will return as soon as the deployment completes.
436
437
This method is a programmatic alternative to the `modal deploy` CLI command.
0 commit comments