From 9455ec518012ff23ecd18ec0489935659a00a570 Mon Sep 17 00:00:00 2001 From: Xuhao Date: Mon, 21 Oct 2019 15:29:55 +0800 Subject: [PATCH] Update adding-bootstrap.md (#7853) typo fix --- docusaurus/docs/adding-bootstrap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/adding-bootstrap.md b/docusaurus/docs/adding-bootstrap.md index 141849c503d..1bbffda0854 100644 --- a/docusaurus/docs/adding-bootstrap.md +++ b/docusaurus/docs/adding-bootstrap.md @@ -39,7 +39,7 @@ To enable `scss` in Create React App you will need to install `node-sass`. npm install --save node-sass ``` -Alternatively you may use `yarn`:: +Alternatively you may use `yarn`: ```sh yarn add node-sass