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)