Skip to content

Commit

Permalink
Update part-5-async-logic.md (#4617)
Browse files Browse the repository at this point in the history
Highlight next line as {renderedPosts} in example changes to {content} for the reader following along.
  • Loading branch information
kalyncoose authored Nov 15, 2023
1 parent 3d80cd2 commit dc78f6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/essentials/part-5-async-logic.md
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ export const PostsList = () => {
return (
<section className="posts-list">
<h2>Posts</h2>
// highlight-next-line
{content}
</section>
)
Expand Down

0 comments on commit dc78f6f

Please sign in to comment.