diff --git a/package.json b/package.json index 8cbb0c83..35860827 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "publish:alpha": "lerna publish --dist-tag alpha", "check:ts": "turbo run ts", "check:format": "prettier --check .", - "check:spell": "cspell --config .cspell.json \"**/*.{js,ts,tsx,md}\" --quiet", + "check:spell": "cspell --config .cspell.json \"**/*.{js,ts,tsx,md,html}\" --quiet", "check": "yarn test && yarn check:format && yarn check:spell && yarn check:ts", "publish:website": "yarn workspace website deploy" }, diff --git a/packages/website/.posthtmlrc.js b/packages/website/.posthtmlrc.js index f9ab6b1d..c2482444 100644 --- a/packages/website/.posthtmlrc.js +++ b/packages/website/.posthtmlrc.js @@ -37,7 +37,7 @@ const expressionsOption = { ], bestPractice: rules["Best Practice"], seo: rules["SEO"], - accssibility: rules["Accessibility"], + accessibility: rules["Accessibility"], style: rules["Style"], }, }, diff --git a/packages/website/src/components/nav.html b/packages/website/src/components/nav.html index cbb34865..2cf95110 100644 --- a/packages/website/src/components/nav.html +++ b/packages/website/src/components/nav.html @@ -3,7 +3,7 @@ projectNavs: locals.navs.project, bestPracticeNavs: locals.navs.bestPractice, seoNavs: locals.navs.seo, - accssibilityNavs: locals.navs.accssibility, + accessibilityNavs: locals.navs.accessibility, styleNavs: locals.navs.style } @@ -61,9 +61,9 @@