Skip to content

Commit 2c22ca9

Browse files
authored
docs: typo
1 parent a56e222 commit 2c22ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ For completeness, below you can find an example to show how to make your code re
8484

8585
```jsx
8686
const App = () => {
87-
const [resizeListener, sizes] = useResizeAware(customReporter);
87+
const [resizeListener, sizes] = useResizeAware();
8888

8989
React.useEffect(() => {
9090
console.log('Do something with the new size values');

0 commit comments

Comments
 (0)