docs: fix typo (#36665)

PR Close #36665
This commit is contained in:
木杉 2020-04-16 20:59:21 +08:00 committed by Matias Niemelä
parent d7e9d8746a
commit f4ef8a92f8

View File

@ -311,11 +311,11 @@ To use CSS grid with IE10/11, you must explicitly enable it using the `autoplace
To do this, add the following to the top of the global styles file (or within a specific css selector scope): To do this, add the following to the top of the global styles file (or within a specific css selector scope):
``` ```
/* autoprefixer grid: autoplace / /* autoprefixer grid: autoplace */
``` ```
or or
``` ```
/ autoprefixer grid: no-autoplace */ /* autoprefixer grid: no-autoplace */
``` ```
For more information, see [Autoprefixer documentation](https://autoprefixer.github.io/). For more information, see [Autoprefixer documentation](https://autoprefixer.github.io/).