diff --git a/docs/stencil-docs/installing-stencil-cli/node-sass.mdx b/docs/stencil-docs/installing-stencil-cli/node-sass.mdx index 93ac0eae1..33bb0d671 100644 --- a/docs/stencil-docs/installing-stencil-cli/node-sass.mdx +++ b/docs/stencil-docs/installing-stencil-cli/node-sass.mdx @@ -25,13 +25,13 @@ stencil bundle a. Use the "dry run" option to see potential changes without making or saving those changes. ```shell copy -stencil -scss-autofix.js --dry +stencil scss-autofix --dry ``` b. To make the changes and revalidate, run the following: ```shell copy -stencil -scss-autofix.js +stencil scss-autofix ``` ```shell copy