Skip to content

Commit b41b1dc

Browse files
authored
Docs - phrasing sentence in conditional rendering article (#4196)
1 parent d216582 commit b41b1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/pages/learn/conditional-rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ export default function PackingList() {
534534
535535
### Show the item importance with `&&` {/*show-the-item-importance-with-*/}
536536
537-
In this example, each `Item` receives a numerical `importance` prop. Use the `&&` operator to render "_(Importance: X)_" in italics, but only for items that have non-zero difficulty. Your item list should end up looking like this:
537+
In this example, each `Item` receives a numerical `importance` prop. Use the `&&` operator to render "_(Importance: X)_" in italics, but only for items that have non-zero importance. Your item list should end up looking like this:
538538
539539
* Space suit _(Importance: 9)_
540540
* Helmet with a golden leaf

0 commit comments

Comments
 (0)