From e1858bcc99cca84e286726a873d5a76a5b09c4b9 Mon Sep 17 00:00:00 2001 From: Muhammad Adam Faliq Date: Fri, 27 Apr 2018 09:05:25 +0100 Subject: [PATCH] Fixed a small typo in USAGE.md Author wrote 'the' twice. Fixed this. --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index 36db545d..fcfe558b 100644 --- a/USAGE.md +++ b/USAGE.md @@ -134,7 +134,7 @@ them by pressing `ctrl+dot`,`ctrl+e`. Errors for the current line are shown in t Fmt --- -By default `ctrl+s` and `ctrl+shift+s` are overridden to fmt the the file before saving it. You may also +By default `ctrl+s` and `ctrl+shift+s` are overridden to fmt the file before saving it. You may also fmt a file without saving it by pressing `ctrl+dot`,`ctrl+f` Godoc/Goto Definition