@@ -13,7 +13,7 @@ const ImageAPI = props => {
1313 Gatsby offers rich integration with
1414 { ` ` }
1515 < a href = "https://www.contentful.com/developers/docs/references/images-api/" >
16- Contentful's Image API
16+ { ` Contentful's Image API` }
1717 </ a >
1818 </ p >
1919 < p >
@@ -62,11 +62,11 @@ const ImageAPI = props => {
6262 < p >
6363 If you make queries with < code > fixed</ code > then Gatsby automatically
6464 generates images with 1x, 1.5x, 2x, and 3x versions so your images look
65- great on whatever screen resolution of device they're on.
65+ great on whatever screen resolution of device { ` they're` } on.
6666 </ p >
6767 < p >
68- If you're on a retina class screen, notice how much sharper these images
69- are than the above "resized" images.
68+ If { ` you're` } on a retina class screen, notice how much sharper these
69+ images are than the above { ` "resized"` } images.
7070 </ p >
7171 < p >
7272 You should prefer this operator over < code > resize</ code > .
@@ -225,8 +225,8 @@ const ImageAPI = props => {
225225 WebP is currently only supported in
226226 { ` ` }
227227 < a href = "https://caniuse.com/#feat=webp" > Chrome and Oprah browsers</ a > ,
228- and you'll want to fall back to another format for other clients. When
229- this query is used with
228+ and { ` you'll` } want to fall back to another format for other clients.
229+ When this query is used with
230230 { ` ` }
231231 < a href = "https://www.gatsbyjs.org/packages/gatsby-image/" >
232232 < code > gatsby-image</ code >
0 commit comments