From 4b0db7477037732f56a99f52caa7384ee9070a93 Mon Sep 17 00:00:00 2001 From: Kethan Date: Sat, 12 Jun 2021 20:52:08 -0700 Subject: [PATCH] Fix typo in tutorial.md (#2130) --- runtime/help/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/help/tutorial.md b/runtime/help/tutorial.md index faf78918..7c7d5046 100644 --- a/runtime/help/tutorial.md +++ b/runtime/help/tutorial.md @@ -53,7 +53,7 @@ following in `bindings.json`: ```json { - "Ctrl-r": "redo" + "Ctrl-r": "Redo" } ```