Skip to content

Commit 80b72ec

Browse files
committed
Update deployment.md
1 parent 890aac6 commit 80b72ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/deployments/deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ cortex deploy
1414
creating my-api
1515
```
1616

17-
APIs are declarative, so to update your API, simply modify your source code and/or configuration and run `cortex deploy` again.
17+
APIs are declarative, so to update your API, you can modify your source code and/or configuration and run `cortex deploy` again.
1818

1919
## `cortex get`
2020

@@ -56,7 +56,7 @@ You can log information about each request by adding the `?debug=true` parameter
5656

5757
## `cortex delete`
5858

59-
You can delete your API with the `cortex delete` command:
59+
Use the `cortex delete` command to delete your API:
6060

6161
```bash
6262
$ cortex delete my-api

0 commit comments

Comments
 (0)