Rails-Designer / rails_icons

Add any icon library to a Rails app
https://railsdesigner.com/rails-icons/
MIT License
39 stars 4 forks source link

fix grammar in README.md #4

Closed brandondrew closed 7 months ago

brandondrew commented 7 months ago

The apostrophe is for

It's not needed for "gems", where the "s" marks plurality.

The hyphen is useful when two words form a single adjective, like in "This is a library-agnostic gem", where "library" internally modifies "agnostic" to change what sort of agnosticism the gem displays. If we used notation from LISP or math we might write "((library agnostic) gem)". But the case of "one specific icon" is different: it is one icon, and a specific icon—both "one" and "specific" are modifying "icon", so the hyphen doesn't belong.

I hope the explanations are helpful.

Thanks for the gem—it looks promising. ❤️

eelcoj commented 7 months ago

Thanks @brandondrew ❤️

brandondrew commented 7 months ago

you're very welcome!