Skip to content

Commit

Permalink
Update test-guide.md (#853)
Browse files Browse the repository at this point in the history
Runing--》Running
  • Loading branch information
guoguodan authored Dec 3, 2021
1 parent 25336d1 commit 25e9d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/test-guide/test-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Unit tests is in the project directory.
make test
```

### Runing uint tests with coverage reports
### Running uint tests with coverage reports

```bash
make test-coverage
Expand All @@ -28,7 +28,7 @@ E2E tests is in `test/e2e` path.
make e2e-test
```

### Runing E2E tests with coverage reports
### Running E2E tests with coverage reports

```bash
make e2e-test-coverage
Expand Down

0 comments on commit 25e9d52

Please sign in to comment.