Skip to content

Commit 22ef62f

Browse files
committed
Fixed misspelling.
1 parent ee5d3f7 commit 22ef62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commands/codeception.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Run all tests without the `<group value="skip"/>` [annotation][]:
2121
vendor/bin/codecept run functional --skip-group skip -c dev/tests/acceptance/codeception.yml
2222
```
2323

24-
Run all tests with the `<group value="example"/>` [annotation][] but with no `<group value="skpip"/>`:
24+
Run all tests with the `<group value="example"/>` [annotation][] but with no `<group value="skip"/>`:
2525

2626
```bash
2727
vendor/bin/codecept run functional --group example --skip-group skip -c dev/tests/acceptance/codeception.yml

0 commit comments

Comments
 (0)