Skip to content

Commit 16042aa

Browse files
authored
Minor grammatical fix
Change > node whose contents has changed to > node whose contents have changed
1 parent 5af5fba commit 16042aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/rendering-elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ You can verify by inspecting the [last example](codepen://rendering-elements/upd
7070

7171
![DOM inspector showing granular updates](../images/docs/granular-dom-updates.gif)
7272

73-
Even though we create an element describing the whole UI tree on every tick, only the text node whose contents has changed gets updated by React DOM.
73+
Even though we create an element describing the whole UI tree on every tick, only the text node whose contents have changed gets updated by React DOM.
7474

7575
In our experience, thinking about how the UI should look at any given moment rather than how to change it over time eliminates a whole class of bugs.

0 commit comments

Comments
 (0)