Skip to content

Commit

Permalink
fix typo (browserslist#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
belovsandr authored and zhouyu9527 committed Jul 4, 2022
1 parent 1ff4168 commit eb9fd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit eb9fd72

Please sign in to comment.