We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285902c commit 9fea635Copy full SHA for 9fea635
content/docs/rendering-elements.md
@@ -70,6 +70,6 @@ You can verify by inspecting the [last example](codepen://rendering-elements/upd
70
71

72
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.
+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.
74
75
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