ByteSizedIT / reports-app

https://reports-app-ten.vercel.app
Other
0 stars 0 forks source link

Debug handling of plural irregular verbs #34

Open ByteSizedIT opened 2 months ago

ByteSizedIT commented 1 month ago

Prevent unnecessary changes.

For example, the following is updated correctly: He works hard => {They} {work} hard

However, the following is currently incorrect: Wanda works hard => {Name} {work} hard This should be: {Name} works hard

The following is also given handle bars incorrectly: Please read more at home => Please {read} more at home Comments for Mulberry Class => {Comment}s for Mulberry Class