Skip to content

Commit

Permalink
fix typo (postcss#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRusskiy authored and Daniel Tonon committed Jul 11, 2020
1 parent 33b20f6 commit 5c8ae47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/autoprefixer.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const WARNING = '\n' +
' Replace Autoprefixer `browsers` option to Browserslist config.\n' +
' Use `browserslist` key in `package.json` or `.browserslistrc` file.\n' +
'\n' +
' Using `browsers` option cause some error. Browserslist config \n' +
' Using `browsers` option can cause errors. Browserslist config \n' +
' can be used for Babel, Autoprefixer, postcss-normalize and other tools.\n' +
'\n' +
' If you really need to use option, rename it to `overrideBrowserslist`.\n' +
Expand Down

0 comments on commit 5c8ae47

Please sign in to comment.