Skip to content

Conversation

@naitokosuke
Copy link
Contributor

@naitokosuke naitokosuke commented Aug 14, 2025

First of all, thank you so much for maintaining this amazing project.
I truly appreciate the work, attention to detail, and the value it provides to the community. 🙏

This PR makes a very minor change in packages/textlint/package.json —
fixing the article usage from "A absolute" to "An absolute" in the description.

I realize this is a tiny and non-critical change, and I’m sorry for the trivial nature of the PR 😅
Still, I thought it might help keep the documentation polished and consistent.

Thank you again for all your incredible work on this project,
and I hope this small contribution can be of use! 🙇‍♂️

@naitokosuke naitokosuke changed the title fix(textlint/package.json): "A absolute" → "An absolute" chore(textlint/package.json): "A absolute" → "An absolute" Aug 14, 2025
@3w36zj6 3w36zj6 requested review from 3w36zj6 and Copilot August 14, 2025 15:08
Copy link
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 fixes grammatical errors in package.json configuration descriptions by correcting the article usage from "A absolute" to "An absolute" for two configuration properties.

  • Corrects article usage in textlint.configPath description
  • Corrects article usage in textlint.ignorePath description

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

"type": "string",
"default": null,
"description": "A absolute path to textlint config file."
"description": "An absolute path to textlint config file."
Copy link

Copilot AI Aug 14, 2025

Choose a reason for hiding this comment

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

The grammar has been correctly fixed from "A absolute" to "An absolute" since "absolute" begins with a vowel sound.

Copilot uses AI. Check for mistakes.
"type": "string",
"default": null,
"description": "A absolute path to textlint ignore file."
"description": "An absolute path to textlint ignore file."
Copy link

Copilot AI Aug 14, 2025

Choose a reason for hiding this comment

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

The grammar has been correctly fixed from "A absolute" to "An absolute" since "absolute" begins with a vowel sound.

Copilot uses AI. Check for mistakes.
@3w36zj6 3w36zj6 changed the title chore(textlint/package.json): "A absolute" → "An absolute" fix: correct article usage in configuration path descriptions Aug 14, 2025
Copy link
Member

@3w36zj6 3w36zj6 left a comment

Choose a reason for hiding this comment

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

Good fix, thank you!

@3w36zj6 3w36zj6 merged commit 6531d0d into textlint:main Aug 14, 2025
5 checks passed
@3w36zj6 3w36zj6 added the Type: Bug Bug or Bug fixes label Aug 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Bug Bug or Bug fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants