Skip to content

Commit

Permalink
lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Aug 30, 2022
1 parent 27cdcfe commit f2b6aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/next/image.md
Expand Up @@ -283,7 +283,7 @@ const Example = () => {
const lazyRoot = React.useRef(null)

return (
<div ref={lazyRoot} style={{ overflowX: "scroll", width: "500px" }}>
<div ref={lazyRoot} style={{ overflowX: 'scroll', width: '500px' }}>
<Image lazyRoot={lazyRoot} src="/one.jpg" width="500" height="500" />
<Image lazyRoot={lazyRoot} src="/two.jpg" width="500" height="500" />
</div>
Expand Down

0 comments on commit f2b6aad

Please sign in to comment.