Skip to content

Commit b6242f4

Browse files
committed
Update example.js
1 parent e7fcdc3 commit b6242f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import ResizeAware from 'react-resize-aware'
55
export default class FooBar extends Component {
66
render() {
77
return (
8-
<ResizeWare ref='container'>
8+
<ResizeAware ref='container'>
99
Hello, World!
1010
</ResizeAware>
1111
)

0 commit comments

Comments
 (0)