From 62e9cfcaeeb8b40c6faa3fcf13d3d78bc98c76c6 Mon Sep 17 00:00:00 2001 From: Alexander Belov <16794134+belovweb@users.noreply.github.com> Date: Tue, 15 Jun 2021 00:13:08 +0300 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95fb4f62..4aa591c1 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ intersection of all the previous queries: `last 1 version or chrome > 75 and > 1%` will select (`browser last version` or `Chrome since 76`) and `more than 1% marketshare`. -There is 3 different ways to combine queries as depicted below. First you start +There are 3 different ways to combine queries as depicted below. First you start with a single query and then we combine the queries to get our final list. Obviously you can *not* start with a `not` combiner, since there is no left-hand