From 512b25c0cdc06ef1f6d543d0e50ffc2d18ee57f5 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Tue, 1 Mar 2016 14:06:36 -0500 Subject: [PATCH] Added an `as` to ensure good English License: MIT Signed-off-by: Richard Littauer --- core/commands/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands/config.go b/core/commands/config.go index 25364b19ead..c66c148408a 100644 --- a/core/commands/config.go +++ b/core/commands/config.go @@ -183,7 +183,7 @@ var configReplaceCmd = &cmds.Command{ Helptext: cmds.HelpText{ Tagline: "Replaces the config with .", ShortDescription: ` -Make sure to back up the config file first if neccessary, this operation +Make sure to back up the config file first if neccessary, as this operation can't be undone. `, },