retextjs / retext-indefinite-article

plugin to check if indefinite articles (a and an) are used correctly
https://unifiedjs.com
MIT License
20 stars 6 forks source link

Use `an` before `unicycle`, not `a` #16

Closed charleskorn closed 3 years ago

charleskorn commented 3 years ago

Subject of the issue

Similar to #9 - "unicycle" starts with a "Y" sound when pronounced, so should use "a", not "an"

Your environment

Steps to reproduce

  1. Create a document with "a unicycle" in the text.
  2. Run retext-indefinite-article on document.

Expected behavior

No warnings emitted.

Actual behavior

Warning emitted:

Use `an` before `unicycle`, not `a`
wooorm commented 3 years ago

Nice! thanks!

Would you be willing to work on a PR?

binyamin commented 2 years ago

Also "unist" :grinning:

wooorm commented 2 years ago

good idea, added, thanks!