From 7d8f811228576d8db2d9f5d950b7449387def573 Mon Sep 17 00:00:00 2001 From: sawka Date: Fri, 24 Nov 2023 00:15:09 -0800 Subject: [PATCH] fix typo --- src/app/workspace/cmdinput/cmdinput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/workspace/cmdinput/cmdinput.tsx b/src/app/workspace/cmdinput/cmdinput.tsx index d01eb779..f4d1630a 100644 --- a/src/app/workspace/cmdinput/cmdinput.tsx +++ b/src/app/workspace/cmdinput/cmdinput.tsx @@ -167,7 +167,7 @@ class CmdInput extends React.Component<{}, {}> { )} {focusVal && (
- {historyShow ? "close (esc)" : "history (crtl-r)"} + {historyShow ? "close (esc)" : "history (ctrl-r)"}
)}