From aafef2022c54b0adc396754c3e9a507b162602bf Mon Sep 17 00:00:00 2001 From: bobgeorgethe3rd Date: Tue, 18 Apr 2023 18:29:57 +0000 Subject: [PATCH] fix typos --- scripts/add-software.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/add-software.mjs b/scripts/add-software.mjs index 60112455137..aea863e52fb 100644 --- a/scripts/add-software.mjs +++ b/scripts/add-software.mjs @@ -120,7 +120,7 @@ async function addDesign() { 👉 ${chalk.yellow( 'Dependencies' )}: If you need additional plugins or patterns to extend, update ${chalk.green( - 'config/dependecies.yaml' + 'config/dependencies.yaml' )} If you change any of these, run ${chalk.blue('yarn reconfigure')} to update the package(s). @@ -176,7 +176,7 @@ async function addPlugin() { 👉 We've created your plugin skeleton at ${chalk.green('plugins/plugin-' + name)} 👉 We've configured the packages via the ${chalk.green('pacakge.json')} file - 👉 We've added ${chalk.green('plugins/plugin-/' + name)} to the lab + 👉 We've added ${chalk.green('plugins/plugin-' + name)} to the lab ${chalk.bold.yellow('✏️ Make it your own')} @@ -193,7 +193,7 @@ async function addPlugin() { 👉 ${chalk.yellow( 'Dependencies' )}: If you need additional plugins or patterns to extend, update ${chalk.green( - 'config/dependecies.yaml' + 'config/dependencies.yaml' )} If you change any of these, run ${chalk.blue('yarn reconfigure')} to update the package(s).