From 2ce6c5ce3ea0431384f2a3115f7f4a47eaeeb5b8 Mon Sep 17 00:00:00 2001 From: Callum Macdonald Date: Thu, 15 Feb 2018 23:28:43 +0100 Subject: [PATCH] Minor typo fix (#4063) --- docs/docs/api-specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/api-specification.md b/docs/docs/api-specification.md index af796934b8a53..398dfdf725770 100644 --- a/docs/docs/api-specification.md +++ b/docs/docs/api-specification.md @@ -19,7 +19,7 @@ Plugins can extend Gatsby in many ways: with URLs derived from their file names). * Modifying webpack config (e.g. for styling options, adding support for other compile-to-js languages) -* Adding things to the rendered HTML (e.g. meta tags, analytics JS snippits like +* Adding things to the rendered HTML (e.g. meta tags, analytics JS snippets like Google Analytics) * Writing out things to build directory based on site data (e.g. service worker, sitemap, RSS feed)