npm package diff

Package: @forge/cli-shared

Versions: 5.5.2 - 5.5.3-next.0

File: package/out/ui/text.js

Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -446,9 +446,9 @@
             invalidMajorVersionError: 'Invalid major version number'
         },
         connectKeyChange: {
             continueChange: `Do you wish to continue with changing the Connect key?`,
-            continueDelete: `Do you wish to contine with deleting the Connect key?`,
+            continueDelete: `Do you wish to continue with deleting the Connect key?`,
             mpacAppConnectKeyChangeAnalyticsError: 'Cannot change app.connect.key for an app with an Atlassian Marketplace listing.',
             mpacAppConnectKeyChangeError: (mpacAppKey, connectKey) => log_color_1.LogColor.error(`Cannot change the app.connect.key from \'${mpacAppKey}\' to \'${connectKey}\'. The app's Connect key must match the Atlassian Marketplace key.\n`),
             connectKeyChangeWarning: (environment, migrationKey, connectKey) => `WARNING: Changing the app.connect.key in ${(0, environment_1.environmentToOption)(environment)} from \'${migrationKey}\' to \'${connectKey}\' affects features using the Connect key as an identifier. ` +
                 `\nLearn more about the impact of this change at https://go.atlassian.com/forge-connect-key-changes.\n`,