-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix multiple typos related to Particle Systems #8845
Conversation
Very nice, could you rebase those those commits? |
Changed "Ammount" to "Amount", and "Radio" to "Ratio".
aae6d33
to
f8c454e
Compare
You merged 2 out of 3, it would be nice to have just one commit with both. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That aside, this is nice.
Thanks! Since this is your first PR I've done a squash and merge but in the future we need you to keep everything to 1 commit. If you don't know how to do that when editing a PR there's another section on the page Mickeon linked to that goes over that (this section). Also congrats on your first merged PR! |
* Fix typo: Ammount -> Amount * Fix typos in `properties.rst` Changed "Ammount" to "Amount", and "Radio" to "Ratio". (cherry picked from commit 67b1795)
Cherry-picked to 4.2 in #9648. |
Fixes multiple cases where "Amount" was incorrectly spelled as "Ammount", also fixes a typo where "Ratio" was spelled as "Radio".