--- title: config autocorrect on description: Enable autocorrect. api_name: shopify-cli source_url: html: >- https://shopify.dev/docs/api/shopify-cli/general-commands/config-autocorrect-on md: >- https://shopify.dev/docs/api/shopify-cli/general-commands/config-autocorrect-on.md --- # config autocorrect on Enable 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 ### Examples * #### ##### config autocorrect on ```sh shopify config autocorrect on ``` ***