Skip to content

Commit

Permalink
Minor grammatical edit (#8293)
Browse files Browse the repository at this point in the history
  • Loading branch information
egrim authored and heyimalex committed Jan 16, 2020
1 parent 94932be commit f875bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/supported-browsers-features.md
Expand Up @@ -50,6 +50,6 @@ Here is an example `browserslist` that is specified in `package.json`:
}
```

> Note that this does not include polyfills automatically for you. You will still need to polyfill language features (see above) as needed based on the browsers your are supporting.
> Note that this does not include polyfills automatically for you. You will still need to polyfill language features (see above) as needed based on the browsers you are supporting.
> When editing the `browserslist` config, you may notice that your changes don't get picked up right away. This is due to an [issue in babel-loader](https://github.com/babel/babel-loader/issues/690) not detecting the change in your `package.json`. A quick solution is to delete the `node_modules/.cache` folder and try again.

0 comments on commit f875bb0

Please sign in to comment.