Skip to content

Commit 7062b8d

Browse files
authored
Update server-components.md - typo (#6823)
Typo Node => Note
1 parent 74697fb commit 7062b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/rsc/server-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ async function Note({id}) {
162162
}
163163

164164
async function Author({id}) {
165-
// NOTE: loads *after* Node,
165+
// NOTE: loads *after* Note,
166166
// but is fast if data is co-located.
167167
const author = await db.authors.get(id);
168168
return <span>By: {author.name}</span>;

0 commit comments

Comments
 (0)