From 3d68a9b61d1bdfdb78cc32186846a944c560c190 Mon Sep 17 00:00:00 2001 From: Jim Tittsler Date: Wed, 13 Dec 2017 09:24:21 +0900 Subject: [PATCH] Fix spelling. --- packages/gatsby-remark-images/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-remark-images/README.md b/packages/gatsby-remark-images/README.md index 7b099b208576b..e6024819b0216 100644 --- a/packages/gatsby-remark-images/README.md +++ b/packages/gatsby-remark-images/README.md @@ -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.