Skip to content

Commit ee9a20e

Browse files
authored
Update intro.md
1 parent 091a338 commit ee9a20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const Pokemon = withLoader((props, { queries }) => {
4646
<div>{/* ... */}</div>
4747
</article>
4848
);
49-
});
49+
}, loader);
5050
```
5151

5252
## Playground

0 commit comments

Comments
 (0)