We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc999f commit c7b9eacCopy full SHA for c7b9eac
packages/gatsby-image/src/index.js
@@ -16,7 +16,7 @@ const convertProps = props => {
16
return convertedProps
17
}
18
19
-// Cache if we've seen an image before so we don't both with
+// Cache if we've seen an image before so we don't bother with
20
// lazy-loading & fading in on subsequent mounts.
21
const imageCache = {}
22
const inImageCache = props => {
0 commit comments