Skip to content

Commit

Permalink
Fix typo (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
heyallan authored Jun 26, 2022
1 parent 5737a7f commit eb60cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-packs/postcss-preset-env/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ postcssPresetEnv({

Passing `autoprefixer: false` disables autoprefixer.

⚠️ [autoprefixer] has [complex logic to fix CSS Grid in IE en older Edge](https:/postcss/autoprefixer#grid-autoplacement-support-in-ie).
⚠️ [autoprefixer] has [complex logic to fix CSS Grid in IE and older Edge](https:/postcss/autoprefixer#grid-autoplacement-support-in-ie).

This can have unexpected results with certain features and when [`preserve: true`](#preserve) is used. (defaults to `true`)

Expand Down

0 comments on commit eb60cb1

Please sign in to comment.