Skip to content

Conversation

azu
Copy link
Member

@azu azu commented Aug 9, 2025

Summary

  • Fixed grammar issue: Added "please" for politeness in rule creation instruction
  • Fixed subject-verb agreement: Changed "is" to "are" for plural subject "Pull requests"

Test plan

  • Verified README renders correctly in GitHub markdown preview
  • Grammar and spelling checked

🤖 Generated with Claude Code

- Fixed grammar: "If you create a new rule, and add it" → "If you create a new rule, please add it"
- Fixed subject-verb agreement: "Pull requests is" → "Pull requests are"

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@azu azu added the Type: Documentation Documentation only changes label Aug 9, 2025
@azu azu marked this pull request as ready for review August 10, 2025 09:57
@Copilot Copilot AI review requested due to automatic review settings August 10, 2025 09:57
@azu azu merged commit 91897b9 into master Aug 10, 2025
21 checks passed
@azu azu deleted the fix/readme-typos branch August 10, 2025 09:57
Copy link
Contributor

@Copilot 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 fixes two grammatical issues in the README.md file to improve clarity and correctness of the documentation.

  • Added "please" to make the rule creation instruction more polite and clear
  • Fixed subject-verb agreement by changing "is" to "are" for the plural subject "Pull requests"

@github-actions github-actions bot mentioned this pull request Aug 20, 2025
azu added a commit that referenced this pull request Aug 20, 2025
<!-- Release notes generated using configuration in .github/release.yml
at master -->

## What's Changed
### Bug Fixes
* fix(textlint-tester): support empty string test cases by @kellyselden
in #1698
### Documentation
* docs: add filterRules parameter to TextlintKernelDescriptor by @k35o
in #1668
* docs: add GitHub Actions CI/CD integration examples by @azu in
#1671
* docs: fix typos in README by @azu in
#1681
* docs: clarify JSON comment support in configuration files by @azu in
#1690
### Maintenance
* chore: Node.js maintenance updates by @azu in
#1682
### CI
* chore(deps): update github/codeql-action action to v3.29.3 by
@renovate[bot] in #1672
* chore(deps): update github/codeql-action action to v3.29.5 by
@renovate[bot] in #1675
* chore(deps): update github/codeql-action action to v3.29.7 by
@renovate[bot] in #1679
* chore(deps): update actions/checkout action to v4.3.0 by
@renovate[bot] in #1695
* CI(create-release-pr): remove unneeded --yes by @azu in
#1699
* chore(deps): update github/codeql-action action to v3.29.9 by
@renovate[bot] in #1700
### Dependency Updates
* fix(deps): update dependency @modelcontextprotocol/sdk to ^1.16.0 by
@renovate[bot] in #1665
* chore(deps): update dependency eslint-config-prettier to ^10.1.8 by
@renovate[bot] in #1666
* chore(deps): update patch updates (patch) by @renovate[bot] in
#1667
* chore(deps): update eslint to ^8.38.0 (patch) by @renovate[bot] in
#1674
* fix(deps): update patch updates (patch) by @renovate[bot] in
#1676
* chore(deps): update dependency @eslint/js to ^9.32.0 by @renovate[bot]
in #1678
* fix(deps): update react monorepo to ^19.1.1 (patch) by @renovate[bot]
in #1677
* fix(deps): update minor updates (minor) by @renovate[bot] in
#1680
* chore(deps): update dependency lint-staged to ^16.1.4 by
@renovate[bot] in #1683
* chore(deps): remove unused unique-concat dependency by @azu in
#1687
* chore(deps): remove unused mkdirp dependency by @azu in
#1688
* chore(deps): update eslint to ^8.39.0 (minor) by @renovate[bot] in
#1691
* fix(deps): update dependency @modelcontextprotocol/sdk to ^1.17.2 by
@renovate[bot] in #1692
* chore(deps): update dependency lint-staged to ^16.1.5 by
@renovate[bot] in #1693
* chore(deps): update dependency @eslint/js to ^9.33.0 by @renovate[bot]
in #1694
* chore(deps): update eslint to ^8.39.1 (patch) by @renovate[bot] in
#1696
### Other Changes
* chore(deps): update node.js to v22.17.1 by @renovate[bot] in
#1660
* feat(website): make the entire sidebar hideable by @JamBalaya56562 in
#1669

## New Contributors
* @JamBalaya56562 made their first contribution in
#1669

**Full Changelog**:
v15.2.1...v15.2.2

Co-authored-by: azu <azu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Documentation Documentation only changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant