From dc95497d9952ceb4dbd5d65885731e7e14ea5b7c Mon Sep 17 00:00:00 2001 From: sspencerwire Date: Mon, 5 Feb 2024 07:52:22 -0600 Subject: [PATCH] spelling mistake within code block --- docs/guides/contribute/rockydocs_formatting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/contribute/rockydocs_formatting.md b/docs/guides/contribute/rockydocs_formatting.md index a2cbf648eb..190ba92243 100644 --- a/docs/guides/contribute/rockydocs_formatting.md +++ b/docs/guides/contribute/rockydocs_formatting.md @@ -379,7 +379,7 @@ Another possible way to enhance documentation is with ==highlighting==. Highligh This looks like this in your editor: ```bash -Another possible way to enhance documentation is with ==highlighting==. Higlighting is handled by surrounding the text with `==`. +Another possible way to enhance documentation is with ==highlighting==. Highlighting is handled by surrounding the text with `==`. ``` ## Grouping different formatting types