@cryptotaxi247 / kubo / commits / 512b25c0c

Added an `as` to ensure good English

License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>

Richard Littauer committed Mar 1, 2016 at 14:06 UTC 512b25c0cdc06ef1f6d543d0e50ffc2d18ee57f5
1 file changed +1 -1
core/commands/config.go
+1 -1
@@ -183,7 +183,7 @@ var configReplaceCmd = &cmds.Command{
183 Helptext: cmds.HelpText{
184 Tagline: "Replaces the config with <file>.",
185 ShortDescription: `
186 -Make sure to back up the config file first if neccessary, this operation
186 +Make sure to back up the config file first if neccessary, as this operation
187 can't be undone.
188 `,
189 },