Fix minor typing mistakes in docs (#2485)

* Fix minor typos in docs

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

* Update .github/ISSUE_TEMPLATE/installation_issue.md

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

* Update CODE_OF_CONDUCT.md

Co-authored-by: Darylgolden <darylgolden@gmail.com>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
This commit is contained in:
Tommy Chu 2022-01-26 11:59:32 +01:00 committed by GitHub
commit 269e5c22cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -54,7 +54,7 @@ PASTE HERE OR PROVIDE LINK TO https://pastebin.com/ OR SIMILAR
<details><summary>System Details</summary>
- OS (with version, e.g Windows 10 v2004 or macOS 10.15 (Catalina)):
- OS (with version, e.g., Windows 10 v2004 or macOS 10.15 (Catalina)):
- RAM:
- Python version (`python/py/python3 --version`):
- Installed modules (provide output from `pip list`):

View file

@ -37,7 +37,7 @@ PASTE HERE OR PROVIDE LINK TO https://pastebin.com/ OR SIMILAR
<details><summary>System Details</summary>
- OS (with version, e.g Windows 10 v2004 or macOS 10.15 (Catalina)):
- OS (with version, e.g., Windows 10 v2004 or macOS 10.15 (Catalina)):
- RAM:
- Python version (`python/py/python3 --version`):
- Installed modules (provide output from `pip list`):

View file

@ -182,7 +182,7 @@ Reports which involve higher risk or higher impact may face more severe conseque
### Propose consequences
What follows are examples of possible consequences to an incident report. This consequences list is not inclusive, and the Manim Community Code of Conduct team reserves the right to take any action it deems necessary.
What follows are examples of possible consequences of an incident report. This list of consequences is not exhaustive, and the Manim Community Code of Conduct team reserves the right to take any action it deems necessary.
Possible private responses to an incident include:

View file

@ -231,7 +231,7 @@ class Mobject:
that method on the mobject itself.
For example, :code:`square.set_fill(WHITE)` sets the fill color of a square,
while :code:`sqaure.animate.set_fill(WHITE)` animates this action.
while :code:`square.animate.set_fill(WHITE)` animates this action.
Multiple methods can be put in a single animation once via chaining: