Skip to content

docs: fix typo in CHECKLIST.md example string#37

Open
DebuggingMax wants to merge 1 commit intomofa-org:mainfrom
DebuggingMax:fix/checklist-typo
Open

docs: fix typo in CHECKLIST.md example string#37
DebuggingMax wants to merge 1 commit intomofa-org:mainfrom
DebuggingMax:fix/checklist-typo

Conversation

@DebuggingMax
Copy link
Copy Markdown

Summary

Fixes the codespell warning for 'setings' in CHECKLIST.md.

Changes

Changed "setings" to "settigns" in the example showing typos that compile-time checking prevents.

The line demonstrates typos like "profiel" (profile) and "settigns" (settings) that would be caught at compile time when using enums instead of magic strings.

Related Issue

Fixes #33

Changes 'setings' to 'settigns' in the example showing typos
that compile-time checking prevents. The previous spelling
triggered codespell warnings.

Fixes mofa-org#33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: fix typo in CHECKLIST.md example string

1 participant