Skip to content

docs(file state): fix 'crete' -> 'create' typo in directory clean example#68966

Closed
MukundaKatta wants to merge 2 commits intosaltstack:masterfrom
MukundaKatta:codex/fix-file-directory-docstring-typo
Closed

docs(file state): fix 'crete' -> 'create' typo in directory clean example#68966
MukundaKatta wants to merge 2 commits intosaltstack:masterfrom
MukundaKatta:codex/fix-file-directory-docstring-typo

Conversation

@MukundaKatta
Copy link
Copy Markdown

Summary

Fix one-word typo inside the salt.states.file.directory docstring example
(salt/states/file.py line 4267):

Before:

``silly_way_of_creating_a_file`` will crete the file and

After:

``silly_way_of_creating_a_file`` will create the file and

The example is rendered on https://docs.saltproject.io under
salt.states.file.directory, so this also fixes the published docs.

Added changelog/68316.fixed.md per CONTRIBUTING.rst.

Closes #68316

Testing

Documentation-only change — no code paths affected. No tests run.

@MukundaKatta
Copy link
Copy Markdown
Author

Withdrawing — low-value typo fix. Apologies for the noise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Relates to Salt documentation test:full Run the full test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOCS] typos in Salt state module 'file' under 'directory' in examples of using clean

2 participants