From b7d89ab657836f95e5296f487885f6b4f7ef659f Mon Sep 17 00:00:00 2001 From: Hollow Man Date: Fri, 5 Feb 2021 15:02:00 +0800 Subject: [PATCH] Fix typo indvidual -> individual --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8fa96e..09cc49b 100644 --- a/README.md +++ b/README.md @@ -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