Skip to content

Commit a56e222

Browse files
authored
docs: fix typo
1 parent f7b1523 commit a56e222

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The above example will report the `clientWidth` rather than the default `offsetW
8282

8383
For completeness, below you can find an example to show how to make your code react to size variations using React Hooks:
8484

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

@@ -97,3 +97,4 @@ const App = () => {
9797
</div>
9898
);
9999
}
100+
```

0 commit comments

Comments
 (0)