From efeaea06065f3195c67703f8edf2a0c11e92f9c6 Mon Sep 17 00:00:00 2001 From: tiffanymonroe Date: Mon, 9 Mar 2020 06:54:51 -0700 Subject: [PATCH] added commas for clarification and grammar (#2133) --- content/docs/rendering-elements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.