diff options
author | 2022-01-25 21:53:13 +0700 | |
---|---|---|
committer | 2022-01-25 09:53:13 -0500 | |
commit | d081d342b6eb8c8a1ed8dae0bdf08af4fc06a83a (patch) | |
tree | 99616fa2b4e7d3a568d5813e53243cb484956b10 /docs/src | |
parent | 4c4c8013781956df6ff6c8fa3a6d1cf69aa7f521 (diff) | |
download | astro-d081d342b6eb8c8a1ed8dae0bdf08af4fc06a83a.tar.gz astro-d081d342b6eb8c8a1ed8dae0bdf08af4fc06a83a.tar.zst astro-d081d342b6eb8c8a1ed8dae0bdf08af4fc06a83a.zip |
Change from Intall to Install in line 239 (#2457)
Someone forgot to add an "s" into install, so I added one.
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/pages/en/migration/0.21.0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/en/migration/0.21.0.md b/docs/src/pages/en/migration/0.21.0.md index 08154ee7c..971635203 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 = { |