diff --git a/src/content/learn/describing-the-ui.md b/src/content/learn/describing-the-ui.md index 339f04223cf..a087050753a 100644 --- a/src/content/learn/describing-the-ui.md +++ b/src/content/learn/describing-the-ui.md @@ -4,7 +4,7 @@ title: Describing the UI -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. +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.