Skip to content

Commit

Permalink
Docs(repo): Fix typo in contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Oct 31, 2024
1 parent 0561638 commit efe71c9
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion configs/stylelint-config-spirit/rules/unstable.js
Original file line number Diff line number Diff line change
@@ -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]+)*$)',
{
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/decisions/006-experimental-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/web-react/docs/stories/feature-flags/Overview.mdx
Original file line number Diff line number Diff line change
@@ -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';

<Meta title="Experimental/Feature Flags" />

Expand Down
2 changes: 1 addition & 1 deletion packages/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efe71c9

Please sign in to comment.