--- title: config autocorrect off description: | Disable autocorrect. Off by default. When autocorrection is enabled, Shopify CLI automatically runs a corrected version of your command if a correction is available. When autocorrection is disabled, you need to confirm that you want to run corrections for mistyped commands. api_name: shopify-cli source_url: html: https://shopify.dev/docs/api/shopify-cli/general-commands/config-autocorrect-off md: https://shopify.dev/docs/api/shopify-cli/general-commands/config-autocorrect-off.md --- # config autocorrect offcommand Disable autocorrect. Off by default. When autocorrection is enabled, Shopify CLI automatically runs a corrected version of your command if a correction is available. When autocorrection is disabled, you need to confirm that you want to run corrections for mistyped commands. ### Examples * #### config autocorrect off ##### config autocorrect off ```bash shopify config autocorrect off ```