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