From 9c723e63018696485b8b9c9c5408cd481628cc61 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Thu, 5 Jun 2025 12:05:24 +0200 Subject: [PATCH] Remove stray backtick from contributing guide --- docs/contributing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/index.md b/docs/contributing/index.md index 0e7ea43e..ea76ad2c 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 ...