From ac600ed0dcf7f99f468a77a644f22533a8f3e01c Mon Sep 17 00:00:00 2001 From: Ben Irvin Date: Thu, 2 Feb 2023 17:15:37 +0100 Subject: [PATCH] typo --- packages/core/strapi/bin/strapi.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/strapi/bin/strapi.js b/packages/core/strapi/bin/strapi.js index b0532620c4..7d238236fb 100755 --- a/packages/core/strapi/bin/strapi.js +++ b/packages/core/strapi/bin/strapi.js @@ -298,7 +298,7 @@ program .addOption(excludeOption) .addOption(onlyOption) .hook('preAction', validateExcludeOnly) - // If --from is used, valudate the URL and token + // If --from is used, validate the URL and token .hook( 'preAction', ifOptions( @@ -314,7 +314,7 @@ program } ) ) - // If --to is used, valudate the URL, token, and confirm restore + // If --to is used, validate the URL, token, and confirm restore .hook( 'preAction', ifOptions(