Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo
indvidual -> individual
  • Loading branch information
Hollow Man authored and GitHub committed Feb 5, 2021
1 parent 69990a6 commit b7d89ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ label1:
- any: ['example1/*']
```

From a boolean logic perspective, top-level match objects are `OR`-ed together and indvidual match rules within an object are `AND`-ed. Combined with `!` negation, you can write complex matching rules.
From a boolean logic perspective, top-level match objects are `OR`-ed together and individual match rules within an object are `AND`-ed. Combined with `!` negation, you can write complex matching rules.

#### Basic Examples

Expand Down

0 comments on commit b7d89ab

Please sign in to comment.