From 8fac6bcec98b3838c8461bbb106ddd855ce71298 Mon Sep 17 00:00:00 2001 From: John Otander Date: Sat, 9 Jul 2016 13:07:09 -0600 Subject: [PATCH] Fix typo in config file (#79) --- config-default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-default.js b/config-default.js index aaaa3f28..4acb2460 100644 --- a/config-default.js +++ b/config-default.js @@ -12,7 +12,7 @@ module.exports = { // terminal background color (hex) backgroundColor: '#000000', - // border color (winodw, tabs) + // border color (window, tabs) borderColor: '#333', // custom css to embed in the main window