Skip to content

Commit 8f0fa2a

Browse files
committed
Merge branch 'main' of https://github.com/reactjs/reactjs.org into sync-b41b1dc3
2 parents 4e9846e + b41b1dc commit 8f0fa2a

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)