From 0c80fa824c971b0f7157d1f39850584e32e8da81 Mon Sep 17 00:00:00 2001 From: Nahiyan Kamal Date: Sun, 31 Jan 2021 20:39:55 +0100 Subject: [PATCH] fix(v2): remove unnecessary brace from installation doc (#4127) --- 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 227ef58492a2..1f2576c88779 100644 --- a/website/docs/installation.md +++ b/website/docs/installation.md @@ -112,7 +112,7 @@ Docusaurus is a modern static website generator so we need to build the website npm run build ``` -and contents will be generated within the `/build` directory, which can be copied to any static file hosting service like [GitHub pages](https://pages.github.com/), [Vercel](https://vercel.com/) or [Netlify](https://www.netlify.com/). Check out the docs on [deployment](deployment.mdx)) for more details. +and contents will be generated within the `/build` directory, which can be copied to any static file hosting service like [GitHub pages](https://pages.github.com/), [Vercel](https://vercel.com/) or [Netlify](https://www.netlify.com/). Check out the docs on [deployment](deployment.mdx) for more details. ## Updating your Docusaurus version