Update adding-bootstrap.md (#7853)

typo fix
This commit is contained in:
Xuhao
2019-10-21 15:29:55 +08:00
committed by Andreas Cederström
parent da06c230c2
commit 9455ec5180

View File

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