From 5102886baca6381975f66eab749bbde26cfa5002 Mon Sep 17 00:00:00 2001 From: sunmozong Date: Sat, 25 Apr 2026 19:07:33 +0800 Subject: [PATCH] docs: add missing "of" in render tree diagram alt text --- src/content/learn/describing-the-ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.