Skip to content

Commit d1e6738

Browse files
docs: improve wording clarity in UI introduction
1 parent 11e4ad5 commit d1e6738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/describing-the-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Describing the UI
44

55
<Intro>
66

7-
React is a JavaScript library for rendering user interfaces (UI). UI is built from small units like buttons, text, and images. React lets you combine them into reusable, nestable *components.* From web sites to phone apps, everything on the screen can be broken down into components. In this chapter, you'll learn to create, customize, and conditionally display React components.
7+
React is a JavaScript library for rendering user interfaces (UI). User interfaces are built from small units like buttons, text, and images. React lets you combine them into reusable, nestable *components.* From websites to phone apps, everything on the screen can be broken down into components. In this chapter, you'll learn how to create, customize, and conditionally display React components.
88

99
</Intro>
1010

0 commit comments

Comments
 (0)