diff --git a/content/docs/rendering-elements.md b/content/docs/rendering-elements.md index 61f6e05a8..51a3e9b7f 100644 --- a/content/docs/rendering-elements.md +++ b/content/docs/rendering-elements.md @@ -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.