From d081d342b6eb8c8a1ed8dae0bdf08af4fc06a83a Mon Sep 17 00:00:00 2001 From: MostlyWhat <78652091+MostlyWhat@users.noreply.github.com> Date: Tue, 25 Jan 2022 21:53:13 +0700 Subject: [PATCH] Change from Intall to Install in line 239 (#2457) Someone forgot to add an "s" into install, so I added one. --- docs/src/pages/en/migration/0.21.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {