Skip to content

Commit

Permalink
Fix grammar (#2538)
Browse files Browse the repository at this point in the history
  • Loading branch information
abgita authored May 21, 2021
1 parent 9cf5c11 commit 33810c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/preset-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Since one of the original goals of `preset-env` was to help users easily transit
}
```

Because of this, `preset-env`'s behavior is different than [browserslist](https://github.com/browserslist/browserslist#queries): it does _not_ use the `defaults` query when there are no targets are found in your Babel _or_ browserslist config(s). If you want to use the `defaults` query, you will need to explicitly pass it as a target:
Because of this, `preset-env`'s behavior is different than [browserslist](https://github.com/browserslist/browserslist#queries): it does _not_ use the `defaults` query when no targets are found in your Babel _or_ browserslist config(s). If you want to use the `defaults` query, you will need to explicitly pass it as a target:

```json
{
Expand Down

0 comments on commit 33810c0

Please sign in to comment.