From 10870d7a3db34e48dcc45075a7f58c697f4e4e2c Mon Sep 17 00:00:00 2001 From: ZacharyEggert Date: Sun, 11 Jan 2026 14:35:52 -0800 Subject: [PATCH] fix: correct stray "on by default" in docs and commands help (oclif) --- packages/cli/README.md | 6 +++--- packages/cli/oclif.manifest.json | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index c01aaaa8d26..72ba4c1feb6 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -931,16 +931,16 @@ DESCRIPTION ## `shopify config autocorrect status` -Check whether autocorrect is enabled or disabled. On by default. +Check whether autocorrect is enabled or disabled. Off by default. ``` USAGE $ shopify config autocorrect status DESCRIPTION - Check whether autocorrect is enabled or disabled. On by default. + Check whether autocorrect is enabled or disabled. Off by default. - Check whether autocorrect is enabled or disabled. On by default. + Check whether autocorrect is enabled or disabled. Off by default. When autocorrection is enabled, Shopify CLI automatically runs a corrected version of your command if a correction is available. diff --git a/packages/cli/oclif.manifest.json b/packages/cli/oclif.manifest.json index 14650db5415..e4dc6efe94b 100644 --- a/packages/cli/oclif.manifest.json +++ b/packages/cli/oclif.manifest.json @@ -3236,8 +3236,8 @@ "args": { }, "customPluginName": "@shopify/plugin-did-you-mean", - "description": "Check whether autocorrect is enabled or disabled. On by default.\n\n When autocorrection is enabled, Shopify CLI automatically runs a corrected version of your command if a correction is available.\n\n When autocorrection is disabled, you need to confirm that you want to run corrections for mistyped commands.\n", - "descriptionWithMarkdown": "Check whether autocorrect is enabled or disabled. On by default.\n\n When autocorrection is enabled, Shopify CLI automatically runs a corrected version of your command if a correction is available.\n\n When autocorrection is disabled, you need to confirm that you want to run corrections for mistyped commands.\n", + "description": "Check whether autocorrect is enabled or disabled. Off by default.\n\n When autocorrection is enabled, Shopify CLI automatically runs a corrected version of your command if a correction is available.\n\n When autocorrection is disabled, you need to confirm that you want to run corrections for mistyped commands.\n", + "descriptionWithMarkdown": "Check whether autocorrect is enabled or disabled. Off by default.\n\n When autocorrection is enabled, Shopify CLI automatically runs a corrected version of your command if a correction is available.\n\n When autocorrection is disabled, you need to confirm that you want to run corrections for mistyped commands.\n", "enableJsonFlag": false, "flags": { }, @@ -3249,7 +3249,7 @@ "pluginName": "@shopify/cli", "pluginType": "core", "strict": true, - "summary": "Check whether autocorrect is enabled or disabled. On by default." + "summary": "Check whether autocorrect is enabled or disabled. Off by default." }, "debug:command-flags": { "aliases": [ @@ -7780,4 +7780,4 @@ } }, "version": "3.88.0" -} \ No newline at end of file +}