diff --git a/src/content/learn/describing-the-ui.md b/src/content/learn/describing-the-ui.md index 43db5edd597..b44f87e6491 100644 --- a/src/content/learn/describing-the-ui.md +++ b/src/content/learn/describing-the-ui.md @@ -530,7 +530,7 @@ React uses trees to model the relationships between components and modules. A React render tree is a representation of the parent and child relationship between components. - + An example React render tree.