From 385d8b63150bbccfc50e0fd69eec2abdfebfd429 Mon Sep 17 00:00:00 2001 From: Nahiyan Kamal Date: Thu, 4 Feb 2021 12:23:20 +0100 Subject: [PATCH] docs(v2): typo fixing double colon (#4173) --- website/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/installation.md b/website/docs/installation.md index 86a511a721..88e2d69677 100644 --- a/website/docs/installation.md +++ b/website/docs/installation.md @@ -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