Skip to content

Commit 2a59702

Browse files
authored
Fix formatting of a keyboard shortcut in the README.md (#4678)
- **PR Description** This will format the `z` keyboard shortcut reference in this text in the same way as all other keyboard shortcuts in the README.md file.
2 parents 36388e5 + d60a843 commit 2a59702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Say you're on a feature branch that was itself branched off of the develop branc
194194

195195
### Undo
196196

197-
You can undo the last action by pressing 'z' and redo with `ctrl+z`. Here we drop a couple of commits and then undo the actions.
197+
You can undo the last action by pressing `z` and redo with `ctrl+z`. Here we drop a couple of commits and then undo the actions.
198198
Undo uses the reflog which is specific to commits and branches so we can't undo changes to the working tree or stash.
199199

200200
[More info](/docs/Undoing.md)

0 commit comments

Comments
 (0)