Skip to content

Commit 67b1ce2

Browse files
authored
docs: fix typo in tag expression config example
1 parent 3928c67 commit 67b1ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This option is repeatable, so you can provide several expressions and they'll al
3131

3232
You can specify a [Cucumber tag expression](https://docs.cucumber.io/cucumber/api/#tag-expressions) to only run scenarios that match it:
3333

34-
- In a configuration file `{ tags: ['@foo or @bar'] }`
34+
- In a configuration file `{ tags: '@foo or @bar' }`
3535
- On the CLI `$ cucumber-js --tags "@foo or @bar"`
3636

3737
This option is repeatable, so you can provide several expressions and they'll be combined with an `and` operator, meaning a scenario needs to match all of them.

0 commit comments

Comments
 (0)