From 498c5a93cb4c7c3350fd3e4452f6912945092737 Mon Sep 17 00:00:00 2001 From: JazibJafri <42325130+JazibJafri@users.noreply.github.com> Date: Fri, 2 Oct 2020 01:08:23 +0500 Subject: [PATCH] dictionary - fix pluginname gatsby-transformer-cloudinary --- .../index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/2020-01-12-faster-sites-with-optimized-media-assets/index.md b/docs/blog/2020-01-12-faster-sites-with-optimized-media-assets/index.md index b6bb69d1debfc..6e444b0f3a171 100644 --- a/docs/blog/2020-01-12-faster-sites-with-optimized-media-assets/index.md +++ b/docs/blog/2020-01-12-faster-sites-with-optimized-media-assets/index.md @@ -39,7 +39,7 @@ Before file nodes are created, Cloudinary optimizes media files queried from its ## gatsby-transformer-cloudinary Plugin -[`gatsby-image`](/docs/using-gatsby-image/) is a React component that delivers optimized images in Gatsby apps through GraphQL queries. The gatsby-transformer-cloudinary plugin uploads local files to Cloudinary, which then creates `CloudinaryAsset` nodes that are compatible for use in `gatsby-image`. This plugin can also apply Cloudinary media transformations in the GraphQL queries for the queried media assets. +[`gatsby-image`](/docs/using-gatsby-image/) is a React component that delivers optimized images in Gatsby apps through GraphQL queries. The `gatsby-transformer-cloudinary` plugin uploads local files to Cloudinary, which then creates `CloudinaryAsset` nodes that are compatible for use in `gatsby-image`. This plugin can also apply Cloudinary media transformations in the GraphQL queries for the queried media assets. ## Preliminary Steps