recp / cglm

📽 Highly Optimized 2D / 3D Graphics Math (glm) for C
MIT License
2.35k stars 231 forks source link

Fix spelling and grammar on troubleshooting page #354

Closed One234Fi closed 1 year ago

One234Fi commented 1 year ago

Fixed various punctuation and spelling issues on the troubleshooting page. Also performed minor grammar edits.

I tried not to change the actual meaning of sentences, but please let me know if I misunderstood the intent of a sentence and need to revert or update it.

One234Fi commented 1 year ago

Hi recp,

I'm new to contribution and didn't think to ask before opening the PR:

If I propose more revisions for the docs in the future, is it better to batch the changes into one PR after im finished, or should I open a new PR per set of changes?

Basically, I'm asking if PRs here should be split up by unit of work or split by topic of work.

recp commented 1 year ago

Hi @One234Fi,

For documentation, it's more manageable to combine small, related changes into one PR. For larger changes, separate PRs by topic can be helpful.

Thanks for your contributions, the PR is merged 🚀