Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 0861224

Browse files
author
noah
committed
Fix the bug of review doc
1 parent 27fae4f commit 0861224

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/concepts/review.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Gitploy has the review to require at least one approval for the deployment. You
44

55
## Review process
66

7-
1. First, to enable review, you must configure like the below:
7+
1\. First, to enable review, you must configure like the below:
88

99
```yaml
1010
envs:
@@ -15,10 +15,10 @@ envs:
1515
reviewers: ["YOUR_LOGIN"]
1616
```
1717
18-
2. When the user deploys, Gitploy request a review to reviewers.
18+
2\. When the user deploys, Gitploy request a review to reviewers.
1919
2020
![review](../images/deploy-with-review.png)
2121
22-
3. After deploy, reviewers check what is changes and review the deployment.
22+
3\. After deploy, reviewers check what is changes and review the deployment.
2323
2424
![review](../images/review.png)

0 commit comments

Comments
 (0)