Skip to content

Commit b1b5b17

Browse files
Update D-server-and-client-components-together.md
1 parent 3dd8f88 commit b1b5b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/04-rscs-with-nextjs/D-server-and-client-components-together.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default async function TeacherView() {
3434
}
3535
```
3636

37-
This a server component that will load initial notes from a fetchNotes function and then feed it in as a prop. Let's go write that fetchNote.js file.
37+
This a server component that will load initial notes from a fetchNotes function and then feed it in as a prop. Let's go write that fetchNotes.js file.
3838

3939
```javascript
4040
"use server";

0 commit comments

Comments
 (0)