diff --git a/docs/contributing/index.md b/docs/contributing/index.md index 61e12f26..00f1d21d 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/index.md @@ -24,7 +24,7 @@ git push origin 'fix/ssh-alias' ``` Then navigate to GitHub, and create a pull request. -The `serve` script in the root path of the repository can be used to view the docs locally:` +The `serve` script in the root path of the repository can be used to view the docs locally: ```bash ./serve ...