Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori committed Aug 28, 2024
1 parent fe0ef91 commit 599ed30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/single-fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default function Component() {

#### Functions and class instances

In general, functions cannot be reliably sent over the network, so `function` got serialized as `undefined`:
In general, functions cannot be reliably sent over the network, so they get serialized as `undefined`:

```ts
import { useLoaderData } from "@remix-run/react";
Expand Down

0 comments on commit 599ed30

Please sign in to comment.