From 2ce77296a23c722ea6018bfde5488ab61f042f7f Mon Sep 17 00:00:00 2001 From: Liam Thompson Date: Tue, 13 Jan 2026 18:48:54 +0100 Subject: [PATCH] [syntax docs] Rename section from 'Keyboard shortcuts' to 'Keyboard markup' pedantry --- docs/syntax/kbd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax/kbd.md b/docs/syntax/kbd.md index a23f7669b..4c6d39e00 100644 --- a/docs/syntax/kbd.md +++ b/docs/syntax/kbd.md @@ -1,4 +1,4 @@ -# Keyboard shortcuts +# Keyboard markup You can represent keyboard keys and shortcuts in your documentation using the `{kbd}` role. This is useful for showing keyboard commands and shortcuts in a visually consistent way. See the full list of [available keys](#available-keys).