Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit fe3ec45

Browse files
authored
Merge pull request #176 from antonypp/patch-1
Fix } in HOC example
2 parents d0676aa + 0e908f9 commit fe3ec45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ And use it as follows:
9999

100100
```ts
101101
<GetHackerNewsTopStoriesComponent>
102-
{({ data, loading, error }) => (...)
102+
{({ data, loading, error }) => (...)}
103103
</GetHackerNewsTopStoriesComponent>
104104
```
105105

0 commit comments

Comments
 (0)