Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In the processing, it make images responsive by:
* Generating multiple versions of images at different widths and sets the
`srcset` and `sizes` of the `img` element so regardless of the width of the
device, the correct image is downloaded.
* Useing the "blur up" technique popularized by [Medium][1] and [Facebook][2]
* Using the "blur up" technique popularized by [Medium][1] and [Facebook][2]
where a small 20px wide version of the image is shown as a placeholder until
the actual image is downloaded.

Expand Down