elijah-potter / harper

The Grammar Checker for Developers
https://writewithharper.com
Apache License 2.0
1.07k stars 24 forks source link

harper gets confused about indefinite articles followed by pre words #196

Open anarcat opened 2 days ago

anarcat commented 2 days ago

In this sentence:

This is formatted as an ext4 file system.

the an word gets flagged as an "Incorrect indefinite article.", yet I believe it's actually correct in this case.

elijah-potter commented 2 days ago

Oh this is problematic. The actual issue is that it's skipping the preformatted chunk and believing that "file" is the subsequent word. I'll get a fix drafted.

elijah-potter commented 1 day ago

Alright. Once a new release has been pushed out, I'll let you know and you can confirm it's working before I close the issue.