Skip to content

Commit c7b9eac

Browse files
bradjpalmerwardpeet
authored andcommitted
chore(gatsby-image): fix bother typo in comment (#12261)
## Description "don't **both** with" becomes "don't **bother** with" ## Related Issues N/A
1 parent 8fc999f commit c7b9eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-image/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const convertProps = props => {
1616
return convertedProps
1717
}
1818

19-
// Cache if we've seen an image before so we don't both with
19+
// Cache if we've seen an image before so we don't bother with
2020
// lazy-loading & fading in on subsequent mounts.
2121
const imageCache = {}
2222
const inImageCache = props => {

0 commit comments

Comments
 (0)