Skip to content

Commit

Permalink
Fix docs typo in next/image sizes using fill prop (#41560)
Browse files Browse the repository at this point in the history
Fix typo mentioned in
#41434 (comment)
  • Loading branch information
styfle committed Oct 19, 2022
1 parent 3f7e922 commit 6d08820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/next/image.md
Expand Up @@ -147,7 +147,7 @@ const Example = () => (
<div className="grid-element">
<Image
src="/example.png"
layout="fill"
fill
sizes="(max-width: 768px) 100vw,
(max-width: 1200px) 50vw,
33vw"
Expand Down

0 comments on commit 6d08820

Please sign in to comment.