Skip to content

Commit 9eb2dab

Browse files
authored
Fixes typo in README.mdx (#12)
1 parent 6b5059a commit 9eb2dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/03.client-components/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ enables mixing server-rendered components with client-rendered components.
1717
Server components should be used for things that come from the server and don't
1818
have client-side interactivity. For example, let's say you're building a todo
1919
list. The list of items can be rendered by the server. And the button to mark
20-
them as complete/uncomplete can even be rendered by the server as well.
20+
them as complete/incomplete can even be rendered by the server as well.
2121

2222
However, if you want to implement optimistic UI for the checkbox to make the
2323
user experience feel faster, you're going to need to manage state on the client

0 commit comments

Comments
 (0)