Skip to content

docs: fix typos, grammar, and formatting across markdown files#408

Merged
stefanzweifel merged 2 commits into
stefanzweifel:masterfrom
kranthipoturaju:docs/fix-markdown-errors-and-typos
May 7, 2026
Merged

docs: fix typos, grammar, and formatting across markdown files#408
stefanzweifel merged 2 commits into
stefanzweifel:masterfrom
kranthipoturaju:docs/fix-markdown-errors-and-typos

Conversation

@kranthipoturaju
Copy link
Copy Markdown
Contributor

Summary

Fixes accumulated typos, grammatical errors, broken formatting, and raw URLs across the project's Markdown documentation. No behaviour, code, or configuration has been changed.

Changes

README.md

  • Corrected contents permission example value from true to write
    (the code block already showed write; the prose was inconsistent)
  • Fixed typos: meesagemessage, worfklowworkflow
  • Fixed possessive: it's tokenits token
  • Fixed grammar: this Actionsthis Action
  • Pinned checkout action reference: actions/checkout@4actions/checkout@v4
  • Repaired malformed Markdown link in Credits (URL was split across two lines)
  • Added missing blank line between ## Troubleshooting and its first subsection
  • Stripped trailing whitespace from prose lines and YAML code block comments

CODE_OF_CONDUCT.md

  • Replaced two raw URLs with descriptive Markdown links
    (version 1.4 and Contributor Covenant FAQ)

UPGRADING.md

  • optionoptions (two options are referenced; singular was incorrect)
  • Moved parenthetical clarification into its own paragraph

SECURITY.md

  • security relatedsecurity-related (compound adjective)

Motivation

Stale documentation with incorrect examples or typos erodes reader trust and can cause real confusion — particularly the contents: true vs contents: write inconsistency, which could lead users to configure their workflows incorrectly.

Impact

  • Documentation readers and new users only; no code or action behaviour is affected.
  • Fully backward compatible — no action.yml, scripts, or tests were modified.

Testing

Documentation-only change. Verified by re-reading the rendered Markdown and confirming all modified strings are correct against the surrounding context and linked references.

Copilot AI review requested due to automatic review settings May 7, 2026 08:16
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR focuses on improving the project’s Markdown documentation by correcting typos/grammar, fixing formatting issues, and aligning examples with actual GitHub Actions configuration expectations.

Changes:

  • Corrected the README’s contents permission guidance to write and cleaned up Markdown/YAML formatting (blank lines, trailing whitespace, admonition formatting).
  • Tweaked UPGRADING text for clarity/grammar around tagging options.
  • Converted a raw URL in CODE_OF_CONDUCT into a descriptive Markdown link.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
README.md Fixes permission guidance and multiple formatting/typo issues in examples and prose.
UPGRADING.md Clarifies tagging option wording and improves readability with spacing.
CODE_OF_CONDUCT.md Replaces the FAQ raw URL with a descriptive Markdown link.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md

# Optional. Creates a new tag and pushes it to remote without creating a commit.
# Optional. Creates a new tag and pushes it to remote without creating a commit.
# Skips dirty check and changed files. Must be used in combination with `tag` and `tagging_message`.
Comment thread CODE_OF_CONDUCT.md
Comment on lines 71 to +75
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq
For answers to common questions about this code of conduct, see the [Contributor Covenant FAQ](https://www.contributor-covenant.org/faq).
Comment thread README.md
Adding git-auto-commit to your Workflow only takes a couple lines of code.

1. Set the `contents`-permission of the default GITHUB_TOKEN to `true`. (Required to push new commits to the repository)
1. Set the `contents`-permission of the default GITHUB_TOKEN to `write`. (Required to push new commits to the repository)
@stefanzweifel
Copy link
Copy Markdown
Owner

Thanks!

@stefanzweifel stefanzweifel merged commit a3ed46f into stefanzweifel:master May 7, 2026
1 of 2 checks passed
@kranthipoturaju kranthipoturaju deleted the docs/fix-markdown-errors-and-typos branch May 8, 2026 08:04
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.

3 participants