From 2dc5e397985102f4aa18b7e9cc81ee5d06afba74 Mon Sep 17 00:00:00 2001
From: "Alexis \"Horgix\" Chotard" <4584397+Horgix@users.noreply.github.com>
Date: Wed, 8 Jul 2026 00:14:50 +0200
Subject: [PATCH] docs(features): Add missing inline code syntax for `KC_ESC`
(#26314)
---
docs/features/grave_esc.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/features/grave_esc.md b/docs/features/grave_esc.md
index 09d098ee4e9..9d4438dd625 100644
--- a/docs/features/grave_esc.md
+++ b/docs/features/grave_esc.md
@@ -8,7 +8,7 @@ Replace the `KC_GRV` key in your keymap (usually to the left of the `1` key) wit
## What Your OS Sees
-If Mary presses `QK_GESC` on her keyboard, the OS will see an KC_ESC character. Now if Mary holds Shift down and presses `QK_GESC` it will output `~`, or a shifted backtick. Now if she holds GUI/CMD/WIN, it will output a simple ` character.
+If Mary presses `QK_GESC` on her keyboard, the OS will see an `KC_ESC` character. Now if Mary holds Shift down and presses `QK_GESC` it will output `~`, or a shifted backtick. Now if she holds GUI/CMD/WIN, it will output a simple ` character.
## Keycodes