From 7a2c42abfbe6e601e812556855bbbad494190414 Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Tue, 8 Oct 2024 16:01:34 +0100 Subject: [PATCH] Remove extraneous backticks (#867) --- docs/sources/write/style-guide/word-list/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/write/style-guide/word-list/index.md b/docs/sources/write/style-guide/word-list/index.md index 730474b2f..f8f2a322f 100644 --- a/docs/sources/write/style-guide/word-list/index.md +++ b/docs/sources/write/style-guide/word-list/index.md @@ -138,7 +138,7 @@ Use this rather than _hold the pointer over_ or _point to_. ### kebab case -Use this to refer to the naming convention where spaces between lower case words are replaced with dashes.``` +Use this to refer to the naming convention where spaces between lower case words are replaced with dashes. Use this instead of _dash case_.