From 8ca724ff07eab4337d64a0d4b579e96f7efda6ad Mon Sep 17 00:00:00 2001 From: DavidLRowe Date: Mon, 8 Dec 2025 13:28:41 -0900 Subject: [PATCH] Clarify keystrokes --- developer/docs/help/guides/develop/tutorial/step-1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer/docs/help/guides/develop/tutorial/step-1.md b/developer/docs/help/guides/develop/tutorial/step-1.md index 642fa916bb..96db7592ee 100644 --- a/developer/docs/help/guides/develop/tutorial/step-1.md +++ b/developer/docs/help/guides/develop/tutorial/step-1.md @@ -62,10 +62,10 @@ accent, and one for the vowel. | `Â, â, ...` | caret (^), then the vowel key. | | `Ä, ä, ...` | double-quote ("), then the vowel key. | | `Ç, ç` | quote ('), then lower- or uppercase C. | -| `«, »` | two less-than (<<) or greater-than (>>) symbols. | +| `«, »` | two less-than (<<) or greater-than (>>) symbols. | Now that we have decided which character to use and how the user can enter them, we can start to write the keyboard. - [Continue with Step 2: Writing the Header](step-2) -- [Back to the Introduction](index) \ No newline at end of file +- [Back to the Introduction](index)