Skip to content

Commit

Permalink
Update src/pages/developing/web-components-tutorial/step-5.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Ariella Gilmore <[email protected]>
  • Loading branch information
lee-chase and ariellalgilmore authored Nov 19, 2024
1 parent 36ccbfb commit b758a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/developing/web-components-tutorial/step-5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ In `package.json` add the following script:
"lint:style": "pnpm stylelint '**/*.scss'",
```

In the root folder create a file called `.styelintrc.json` and add the following
In the root folder create a file called `.stylelintrc.json` and add the following
settings. The
[recommended config](https://github.com/carbon-design-system/stylelint-plugin-carbon-tokens/blob/main/config/recommended.js)
for the plugin checks layout, motion, theme and type usage against expectations.
Expand Down

0 comments on commit b758a79

Please sign in to comment.