diff --git a/docs/command-line.md b/docs/command-line.md index 7f380800..d0e6152f 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -43,7 +43,7 @@ a* ~ab* abc Matches all tests that start with 'a', except those that Names within square brackets are interpreted as tags. -A series of tags form an AND expression wheras a comma seperated sequence forms an OR expression. e.g.: +A series of tags form an AND expression wheras a comma-separated sequence forms an OR expression. e.g.:
[one][two],[three]
This matches all tests tagged `[one]` and `[two]`, as well as all tests tagged `[three]`