From 85075fad0cde3c4210827e3cb87d4f4e2a3ec491 Mon Sep 17 00:00:00 2001 From: David Bailey <4248177+davidbailey00@users.noreply.github.com> Date: Fri, 16 Aug 2019 17:29:34 +0100 Subject: [PATCH] Update packages/gatsby-plugin-offline/README.md Co-Authored-By: Sidhartha Chatterjee --- packages/gatsby-plugin-offline/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-offline/README.md b/packages/gatsby-plugin-offline/README.md index 530a15c835447..a34b7a6eada6c 100644 --- a/packages/gatsby-plugin-offline/README.md +++ b/packages/gatsby-plugin-offline/README.md @@ -23,7 +23,7 @@ plugins: [`gatsby-plugin-offline`] As of `gatsby-plugin-offline` 3.0.0, the following options are available: -- `appendScript` lets you specify a file to be injected into the end of the generated service worker (`sw.js`). For example: +- `appendScript` lets you specify a file to be appended at the end of the generated service worker (`sw.js`). For example: ```javascript:title=gatsby-config.js plugins: [