From 4aadd1083b5568d15bf5cfa9d7332caeee2f89a3 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Fri, 17 Jul 2026 13:52:39 -0400 Subject: [PATCH] Fix typo in config for annotations Signed-off-by: Liam Connors --- docs/authoring/code-blocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authoring/code-blocks.md b/docs/authoring/code-blocks.md index a50898e..0bec324 100644 --- a/docs/authoring/code-blocks.md +++ b/docs/authoring/code-blocks.md @@ -166,7 +166,7 @@ your configuration to enable them globally: ``` toml [project.theme] - feature = [ + features = [ "content.code.annotate" # (1)! ] ```