From f4ef8a92f8e91b48a3132a8cbb426fc4df159291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E6=9D=89?= Date: Thu, 16 Apr 2020 20:59:21 +0800 Subject: [PATCH] docs: fix typo (#36665) PR Close #36665 --- aio/content/guide/build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/build.md b/aio/content/guide/build.md index af5d43095d..f9e607d616 100644 --- a/aio/content/guide/build.md +++ b/aio/content/guide/build.md @@ -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): ``` -/* autoprefixer grid: autoplace / +/* autoprefixer grid: autoplace */ ``` or ``` -/ autoprefixer grid: no-autoplace */ +/* autoprefixer grid: no-autoplace */ ``` For more information, see [Autoprefixer documentation](https://autoprefixer.github.io/).