]> git.lizzy.rs Git - micro.git/commitdiff
Fix typo in tutorial.md (#2130)
authorKethan <kethan@vegunta.com>
Sun, 13 Jun 2021 03:52:08 +0000 (20:52 -0700)
committerGitHub <noreply@github.com>
Sun, 13 Jun 2021 03:52:08 +0000 (23:52 -0400)
runtime/help/tutorial.md

index faf78918d7f52b9af4a44451f8e48f3516a032ad..7c7d504620bb6c1f72399bdc26dd5e298581d760 100644 (file)
@@ -53,7 +53,7 @@ following in `bindings.json`:
 
 ```json
 {
-    "Ctrl-r": "redo"
+    "Ctrl-r": "Redo"
 }
 ```