Skip to content

Commit 7954f7e

Browse files
authored
Fix minor typo in guide (#779)
1 parent 60669a2 commit 7954f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/next/guide/resources-and-suspense.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ client, you can use `create_client_resource` which will never load data on the
5252
server.
5353

5454
Right now, we do not yet have a `create_server_resource` function which only
55-
runs on the server because this requires some form of data-serializaation and
55+
runs on the server because this requires some form of data-serialization and
5656
server-integration which we have not fully worked out yet.
5757

5858
### Refreshing Resources

0 commit comments

Comments
 (0)