We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74697fb commit 7062b8dCopy full SHA for 7062b8d
src/content/reference/rsc/server-components.md
@@ -162,7 +162,7 @@ async function Note({id}) {
162
}
163
164
async function Author({id}) {
165
- // NOTE: loads *after* Node,
+ // NOTE: loads *after* Note,
166
// but is fast if data is co-located.
167
const author = await db.authors.get(id);
168
return <span>By: {author.name}</span>;
0 commit comments