From 7ae7a523d1cd2bd183ebe1ede3f420ad3db429e0 Mon Sep 17 00:00:00 2001 From: Martin van Driel Date: Thu, 16 Feb 2017 20:56:33 +0100 Subject: [PATCH] Fix typo in default config (#1530) --- app/config-default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config-default.js b/app/config-default.js index 322605e7..65f54ae4 100644 --- a/app/config-default.js +++ b/app/config-default.js @@ -64,7 +64,7 @@ module.exports = { // the shell to run when spawning a new session (i.e. /usr/local/bin/fish) // if left empty, your system's login shell will be used by default // make sure to use a full path if the binary name doesn't work - // (e.g `C:\\Windows\\System32\\bash.exe` instad of just `bash.exe`) + // (e.g `C:\\Windows\\System32\\bash.exe` instead of just `bash.exe`) // if you're using powershell, make sure to remove the `--login` below shell: '',