Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions developer/19.0/guides/develop/tutorial/step-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ accent, and one for the vowel.
| `Â, â, ...` | caret (<kbd>^</kbd>), then the vowel key. |
| `Ä, ä, ...` | double-quote (<kbd>"</kbd>), then the vowel key. |
| `Ç, ç` | quote (<kbd>'</kbd>), then lower- or uppercase C. |
| `«, »` | two less-than (<kbd>&lt;&lt;</kbd>) or greater-than (<kbd>&gt;&gt;</kbd>) symbols. |
| `«, »` | two less-than (<kbd>&lt;</kbd><kbd>&lt;</kbd>) or greater-than (<kbd>&gt;</kbd><kbd>&gt;</kbd>) 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)
- [Back to the Introduction](index)