From c7b6e65f29a01c84f56dd04eec8fc555e2d204b0 Mon Sep 17 00:00:00 2001 From: gitname Date: Sun, 2 Apr 2017 15:26:20 -0700 Subject: [PATCH] Fix typo Change a plural noun into an adjective --- tasks/config/project/install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/config/project/install.js b/tasks/config/project/install.js index 205536518..ffe39d332 100644 --- a/tasks/config/project/install.js +++ b/tasks/config/project/install.js @@ -339,7 +339,7 @@ module.exports = { when: when.allowOverwrite, choices: [ { - name: 'Automatic (Use defaults locations and all components)', + name: 'Automatic (Use default locations and all components)', value: 'auto' }, {