Skip to content

Commit db1a94b

Browse files
authored
Merge pull request #328 from magento-devdocs/db_4169_skip
Fixed misspelling.
2 parents c6697d9 + 9533f29 commit db1a94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commands/codeception.md

Lines changed: 1 addition & 1 deletion
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)