Change from Intall to Install in line 239 (#2457)

Someone forgot to add an "s" into install, so I added one.
This commit is contained in:
MostlyWhat 2022-01-25 21:53:13 +07:00 committed by GitHub
parent 4c4c801378
commit d081d342b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = {