added commas for clarification and grammar (#2133)

This commit is contained in:
tiffanymonroe
2020-03-09 06:54:51 -07:00
committed by GitHub
parent bc060f5edd
commit efeaea0606

View File

@@ -72,4 +72,4 @@ You can verify by inspecting the [last example](codepen://rendering-elements/upd
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.
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.
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.