From 33fe940516475ae4534913d004d0bf5a184e2dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:34:22 +0100 Subject: [PATCH] fix: Typo in callout docs Fixes #11504 --- src/resources/editor/tools/attrs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/editor/tools/attrs.yml b/src/resources/editor/tools/attrs.yml index fb03fac2ca..55dba56190 100644 --- a/src/resources/editor/tools/attrs.yml +++ b/src/resources/editor/tools/attrs.yml @@ -88,7 +88,7 @@ - value: .callout-note doc: "Include additional explanation or context." - value: .callout-tip - doc: "Provide a productivity tip or other helpful guideance. " + doc: "Provide a productivity tip or other helpful guidance. " - value: .callout-important doc: "Emphasize content that readers should be sure to read." - value: .callout-caution