diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 132cdcc373..5f8c65810a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -278,7 +278,7 @@ PR can be merged only by the appropriate group of maintainers. [conventional-commits]: https://www.conventionalcommits.org [commitlint-config]: https://github.com/lmc-eu/code-quality-tools/tree/main/packages/commitlint-config [dictionary]: https://github.com/lmc-eu/spirit-design-system/tree/main/docs/DICTIONARIES.md -[developer-handbook]: https://github.com/lmc-eu/spirit-design-system/tree/main/docs/contributtion/development.md +[developer-handbook]: https://github.com/lmc-eu/spirit-design-system/tree/main/docs/contribution/development.md [docker]: https://www.docker.com/ [eslint]: https://eslint.org/ [jest]: https://jestjs.io/ diff --git a/configs/stylelint-config-spirit/rules/unstable.js b/configs/stylelint-config-spirit/rules/unstable.js index d7cf775971..fb0d580fe4 100644 --- a/configs/stylelint-config-spirit/rules/unstable.js +++ b/configs/stylelint-config-spirit/rules/unstable.js @@ -1,7 +1,7 @@ export default { rules: { // Allow UNSTABLE_Component classnames - // @see: https://github.com/lmc-eu/spirit-design-system/blob/main/docs/contributtion/experimental-code.md + // @see: https://github.com/lmc-eu/spirit-design-system/blob/main/docs/contribution/experimental-code.md 'selector-class-pattern': [ '(^(UNSTABLE_)?([A-Z][a-zA-Z0-9]*)((--|__)[a-z][a-zA-Z0-9]*)*$)|(^([a-z][a-z0-9]*)(-[a-z0-9]+)*$)', { diff --git a/docs/contributtion/development.md b/docs/contribution/development.md similarity index 100% rename from docs/contributtion/development.md rename to docs/contribution/development.md diff --git a/docs/contributtion/experimental-code.md b/docs/contribution/experimental-code.md similarity index 99% rename from docs/contributtion/experimental-code.md rename to docs/contribution/experimental-code.md index 446cd70ed7..e5dea98fd0 100644 --- a/docs/contributtion/experimental-code.md +++ b/docs/contribution/experimental-code.md @@ -176,4 +176,4 @@ be met to move a component from experimental to stable: - [ ] The component has unit/integration/snapshot tests written using the project's unit testing library for testing the component API - [ ] The component has visual tests written using the project's End-to-End testing library for testing the component design -[docs-feature-flags]: https://github.com/lmc-eu/spirit-design-system/blob/main/docs/contributtion/feature-flags.md +[docs-feature-flags]: https://github.com/lmc-eu/spirit-design-system/blob/main/docs/contribution/feature-flags.md diff --git a/docs/contributtion/feature-flags.md b/docs/contribution/feature-flags.md similarity index 100% rename from docs/contributtion/feature-flags.md rename to docs/contribution/feature-flags.md diff --git a/docs/decisions/006-experimental-code.md b/docs/decisions/006-experimental-code.md index 949c8e3bfa..c143388c77 100644 --- a/docs/decisions/006-experimental-code.md +++ b/docs/decisions/006-experimental-code.md @@ -39,4 +39,4 @@ Over time it becomes apparent an experimental API has stabilized and suits the n Note: Details on how to document experimental components and exports prefixed with `UNSTABLE_` can be found in the [documentation][docs-experimental-code]. -[docs-experimental-code]: https://github.com/lmc-eu/spirit-design-system/blob/main/docs/contributtion/experimental-code.md +[docs-experimental-code]: https://github.com/lmc-eu/spirit-design-system/blob/main/docs/contribution/experimental-code.md diff --git a/packages/web-react/docs/stories/feature-flags/Overview.mdx b/packages/web-react/docs/stories/feature-flags/Overview.mdx index c3bb732523..8a386dab1e 100644 --- a/packages/web-react/docs/stories/feature-flags/Overview.mdx +++ b/packages/web-react/docs/stories/feature-flags/Overview.mdx @@ -1,5 +1,5 @@ import { Markdown, Meta } from '@storybook/blocks'; -import FeatureFlags from '../../../../../docs/contributtion/feature-flags.md?raw'; +import FeatureFlags from '../../../../../docs/contribution/feature-flags.md?raw'; diff --git a/packages/web/README.md b/packages/web/README.md index 1c369f96d2..efe624791e 100644 --- a/packages/web/README.md +++ b/packages/web/README.md @@ -200,7 +200,7 @@ See the [LICENSE][license] file for information. [configuring-load-path]: https://github.com/lmc-eu/spirit-design-system/tree/main/packages/design-tokens#configuring-load-path [deprecations]: https://github.com/lmc-eu/spirit-design-system/blob/main/static/deprecations-browser-console.png?raw=true [examples]: https://spirit-design-system.netlify.app/packages/web/ -[feature-flags-docs]: https://github.com/lmc-eu/spirit-design-system/blob/main/docs/contributtion/feature-flags.md +[feature-flags-docs]: https://github.com/lmc-eu/spirit-design-system/blob/main/docs/contribution/feature-flags.md [license]: https://github.com/lmc-eu/spirit-design-system/blob/main/packages/web/LICENSE.md [postcss-prefix-selector]: https://www.npmjs.com/package/postcss-prefix-selector [rebranding]: https://github.com/lmc-eu/spirit-design-system/tree/main/packages/design-tokens#b-via-load-path