From 876c6f5a7fc8dc1e0aa6eead96dec53b71ea9c5b Mon Sep 17 00:00:00 2001
From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com>
Date: Wed, 11 Oct 2023 13:00:22 -0300
Subject: [PATCH] improve instructions
---
docs/pages/experiments/docs/markdown.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/pages/experiments/docs/markdown.md b/docs/pages/experiments/docs/markdown.md
index caf8fb2b202cd1..5d2e8c3797e269 100644
--- a/docs/pages/experiments/docs/markdown.md
+++ b/docs/pages/experiments/docs/markdown.md
@@ -37,5 +37,6 @@ https://spec.commonmark.org/0.30/#links
## kbd tag
-Make sure to include the `class="key"` in each individual `kbd` element.
-That's because when referring to two keys that should be pressed together-for example, Ctrl+N-all the individual `kbd` elements should be wrapped by a parent `kbd`, and we don't add styles to just the tag.
+Make sure to include the `class="key"` declaration in each individual `kbd` element.
+
+That's because when referring to two keys that should be pressed together-for example, Ctrl+N-the `kbd` elements are wrapped by a parent `kbd`, and we don't add styles to just the tag.