Skip to content

Commit

Permalink
Fix docs typo in next/image sizes using fill prop (vercel#41560)
Browse files Browse the repository at this point in the history
Fix typo mentioned in
vercel#41434 (comment)
  • Loading branch information
styfle authored and Kikobeats committed Oct 24, 2022
1 parent 1987470 commit 2b5cf10
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 2b5cf10

Please sign in to comment.