diff --git a/docs/src/pages/en/migration/0.21.0.md b/docs/src/pages/en/migration/0.21.0.md index 08154ee7c9..971635203d 100644 --- a/docs/src/pages/en/migration/0.21.0.md +++ b/docs/src/pages/en/migration/0.21.0.md @@ -236,7 +236,7 @@ Autoprefixer is no longer run by default. To enable: Ensure you have PostCSS installed. This was optional in previous releases, but is required now: -1. Intall the latest version of postcss (`npm i -D postcss`) +1. Install the latest version of postcss (`npm i -D postcss`) 2. Create a `postcss.config.cjs` file at the root of your project with: ```js module.exports = {