Skip to content

Commit

Permalink
Switch to gender neutral terms (mrdoob#23816)
Browse files Browse the repository at this point in the history
* Switch to gender neutral terms

* Update shadows.html

* Update TeapotGeometry.js

* Update TeapotGeometry.js

Co-authored-by: inclusive-coding-bot <[email protected]>
  • Loading branch information
inclusive-coding-bot and inclusive-coding-bot authored Mar 31, 2022
1 parent 0f28222 commit 7ad0a01
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ <h1><a href="https://threejs.org">three.js</a></h1>

}

// Auto change language url. If a reader open a document in English, when he click "zh", the document he read will auto change into Chinese version
// Auto change language url. If a reader open a document in English, when they click "zh", the document they read will auto change into Chinese version

function autoChangeUrlLanguage( language ) {

Expand Down
4 changes: 2 additions & 2 deletions editor/docs/Implementing additional commands for undo-redo.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The idea behind 'updatable commands' is that two commands of the same type which
within a short period of time should be merged into one.
**For example:** Dragging with your mouse over the x-position field in the sidebar
leads to hundreds of minor changes to the x-position.
The user expectation is not to undo every single change that happened while he dragged
the mouse cursor but rather to go back to the position before he started to drag his mouse.
The user expectation is not to undo every single change that happened while they dragged
the mouse cursor but rather to go back to the position before they started to drag their mouse.

When editing a script the changes are also merged into one undo-step.
2 changes: 1 addition & 1 deletion manual/fr/shadows.html
Original file line number Diff line number Diff line change
Expand Up @@ -377,4 +377,4 @@ <h1>Les ombres dans </h1>



</body></html>
</body></html>
2 changes: 1 addition & 1 deletion manual/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ <h1><a href="https://threejs.org">three.js</a></h1>

}

// Auto change language url. If a reader open a document in English, when he click "zh", the document he read will auto change into Chinese version
// Auto change language url. If a reader open a document in English, when they click "zh", the document they read will auto change into Chinese version

function autoChangeUrlLanguage( language ) {

Expand Down

0 comments on commit 7ad0a01

Please sign in to comment.