Skip to content

Commit dc78f6f

Browse files
authored
Update part-5-async-logic.md (#4617)
Highlight next line as {renderedPosts} in example changes to {content} for the reader following along.
1 parent 3d80cd2 commit dc78f6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/tutorials/essentials/part-5-async-logic.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@ export const PostsList = () => {
592592
return (
593593
<section className="posts-list">
594594
<h2>Posts</h2>
595+
// highlight-next-line
595596
{content}
596597
</section>
597598
)

0 commit comments

Comments
 (0)