We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890aac6 commit 80b72ecCopy full SHA for 80b72ec
docs/deployments/deployment.md
@@ -14,7 +14,7 @@ $ cortex deploy
14
creating my-api
15
```
16
17
-APIs are declarative, so to update your API, simply modify your source code and/or configuration and run `cortex deploy` again.
+APIs are declarative, so to update your API, you can modify your source code and/or configuration and run `cortex deploy` again.
18
19
## `cortex get`
20
@@ -56,7 +56,7 @@ You can log information about each request by adding the `?debug=true` parameter
56
57
## `cortex delete`
58
59
-You can delete your API with the `cortex delete` command:
+Use the `cortex delete` command to delete your API:
60
61
```bash
62
$ cortex delete my-api
0 commit comments