Skip to content

Commit 979df83

Browse files
committed
Update deployment.md
(cherry picked from commit 80b72ec)
1 parent 79d759e commit 979df83

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
@@ -12,7 +12,7 @@ $ cortex deploy
1212
creating my-api
1313
```
1414

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

1717
## `cortex get`
1818

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

5555
## `cortex delete`
5656

57-
You can delete your API with the `cortex delete` command:
57+
Use the `cortex delete` command to delete your API:
5858

5959
```bash
6060
$ cortex delete my-api

0 commit comments

Comments
 (0)