mirror of https://github.com/tiangolo/fastapi.git
✏️ Fix typo in Deta deployment tutorial (#9501)
Fix typo (Data -> Deta)
This commit is contained in:
parent
5017949010
commit
ffb818970f
|
|
@ -276,7 +276,7 @@ Also, notice that Deta Space correctly handles HTTPS for you, so you don't have
|
|||
|
||||
## Create a release
|
||||
|
||||
Space also allows you to publish your API. When you publish it, anyone else can install their own copy of your API, in their own Data Space cloud.
|
||||
Space also allows you to publish your API. When you publish it, anyone else can install their own copy of your API, in their own Deta Space cloud.
|
||||
|
||||
To do so, run `space release` in the Space CLI to create an **unlisted release**:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue