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 79d759e commit 979df83Copy full SHA for 979df83
docs/deployments/deployment.md
@@ -12,7 +12,7 @@ $ cortex deploy
12
creating my-api
13
```
14
15
-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.
16
17
## `cortex get`
18
@@ -54,7 +54,7 @@ You can log information about each request by adding the `?debug=true` parameter
54
55
## `cortex delete`
56
57
-You can delete your API with the `cortex delete` command:
+Use the `cortex delete` command to delete your API:
58
59
```bash
60
$ cortex delete my-api
0 commit comments