docs(v2): typo fixing double colon (#4173)

This commit is contained in:
Nahiyan Kamal 2021-02-04 12:23:20 +01:00 committed by GitHub
parent dbfa256a7b
commit 385d8b6315
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ If you do not specify `name` or `template`, it will prompt you for them. We reco
npx @docusaurus/init@latest init my-website facebook
```
**[Experimental]:** If you want setting up a new website using [bootstrap](https://getbootstrap.com/), use the `bootstrap` template, like the following::
**[Experimental]:** If you want setting up a new website using [bootstrap](https://getbootstrap.com/), use the `bootstrap` template, like the following:
```bash
npx @docusaurus/init@latest init my-website bootstrap