From 6ce761edda2c27222650430995a0670f83ecd841 Mon Sep 17 00:00:00 2001 From: Richlv Date: Thu, 21 Sep 2017 18:07:34 +0530 Subject: [PATCH] Update settings.js (#1404) fix typo in a comment --- settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.js b/settings.js index c01c3a908..ec4c6fd12 100644 --- a/settings.js +++ b/settings.js @@ -78,7 +78,7 @@ module.exports = { //nodesDir: '/home/nol/.node-red/nodes', // By default, the Node-RED UI is available at http://localhost:1880/ - // The following property can be used to specifiy a different root path. + // The following property can be used to specify a different root path. // If set to false, this is disabled. //httpAdminRoot: '/admin',