Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some grammar fixes #442

Merged
merged 1 commit into from Jan 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -37,7 +37,7 @@ not IE_Mob 11
maintained node versions
```

Developers set versions list in queries like `last 2 version`
Developers set their version lists using queries like `last 2 version`
to be free from updating versions manually.
Browserslist will use [`caniuse-lite`] with [Can I Use] data for this queries.

Expand Down Expand Up @@ -116,9 +116,9 @@ Browserslist will take queries from tool option,
]
```

* If you want to change the default set of browsers we recommend to combine
* If you want to change the default set of browsers, we recommend combining
`last 2 versions`, `not dead` with a usage number like `> 0.2%`. This is
because `last n versions` on its own does not add popular old versions while
because `last n versions` on its own does not add popular old versions, while
only using a percentage above `0.2%` will in the long run make popular
browsers even more popular. We might run into a monopoly and stagnation
situation, as we had with Internet Explorer 6. Please use this setting
Expand Down Expand Up @@ -537,8 +537,8 @@ These browsers account for 83.1% of all users in custom statistics

## Environment Variables

If some tool use Browserslist inside, you can change browsers settings
by [environment variables]:
If a tool uses Browserslist inside, you can change the Browserslist settings
with [environment variables]:

* `BROWSERSLIST` with browsers queries.

Expand Down