From 5bb03d7095bb7761a2929513f7eb261bf1a52d1b Mon Sep 17 00:00:00 2001 From: Simon Haines Date: Mon, 15 Jan 2024 11:01:39 +0000 Subject: [PATCH] Fixes typo Fixes a small typo in the docs about code highlighting --- docs/guide/markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/markdown.md b/docs/guide/markdown.md index 568155bd..7dccbe7e 100644 --- a/docs/guide/markdown.md +++ b/docs/guide/markdown.md @@ -377,7 +377,7 @@ export default { // Highlighted } ``` -Alternatively, it's possible to highlight directly in the line by using the `// [!code hightlight]` comment. +Alternatively, it's possible to highlight directly in the line by using the `// [!code highlight]` comment. **Input**