From 2bdb6f788df33812aaaa78d6db37f79e255a40fb Mon Sep 17 00:00:00 2001 From: Mark Tse Date: Wed, 1 Apr 2020 21:57:03 -0400 Subject: [PATCH] plugins - grammar fix --- README.md | 2 +- plugins.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bf0801df..8969a262a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Plugin count: **19** 🎉 | **[Checklinks - `netlify-plugin-checklinks`](https://github.com/munter/netlify-plugin-checklinks)**
Checklinks helps you keep all your asset references correct and avoid embarrassing broken links to your internal pages, or even to external pages you link out to. | [munter](https://github.com/munter) | | **[Cypress - `netlify-plugin-cypress`](https://github.com/cypress-io/netlify-plugin-cypress)**
Runs Cypress end-to-end tests after Netlify builds the site | [bahmutov](https://github.com/bahmutov) | | **[Debug Cache - `netlify-plugin-debug-cache`](https://github.com/netlify-labs/netlify-plugin-debug-cache)**
Debug & verify the contents of your Netlify build cache | [netlify-labs](https://github.com/netlify-labs) | -| **[Deployment Hours - `netlify-deployment-hours-plugin`](https://github.com/neverendingqs/netlify-deployment-hours-plugin)**
A Netlify build plugin that blocks deployment if it outside of deployment hours. | [neverendingqs](https://github.com/neverendingqs) | +| **[Deployment Hours - `netlify-deployment-hours-plugin`](https://github.com/neverendingqs/netlify-deployment-hours-plugin)**
A Netlify build plugin that blocks deployment if it is outside of deployment hours. | [neverendingqs](https://github.com/neverendingqs) | | **[Encrypted Files - `netlify-plugin-encrypted-files`](https://github.com/sw-yx/netlify-plugin-encrypted-files)**
Netlify Build Plugin to partially obscure files (names and contents) in git repos! This enables you to partially open source your site, while still being able to work as normal on your local machine and in your Netlify builds. | [sw-yx](https://github.com/sw-yx) | | **[Fetch Feeds - `netlify-plugin-fetch-feeds`](https://github.com/philhawksworth/netlify-plugin-fetch-feeds)**
A Netlify plugin to source content from remote feeds including RSS and JSON | [philhawksworth](https://github.com/philhawksworth) | | **[Gatsby Cache - `netlify-plugin-gatsby-cache`](https://github.com/jlengstorf/netlify-plugin-gatsby-cache)**
Persist the Gatsby cache between Netlify builds for huge build speed improvements! ⚡️ | [jlengstorf](https://github.com/jlengstorf) | diff --git a/plugins.json b/plugins.json index 23179dadb..bf8ae1d97 100644 --- a/plugins.json +++ b/plugins.json @@ -29,7 +29,7 @@ }, { "author": "neverendingqs", - "description": "A Netlify build plugin that blocks deployment if it outside of deployment hours.", + "description": "A Netlify build plugin that blocks deployment if it is outside of deployment hours.", "name": "Deployment Hours", "package": "netlify-deployment-hours-plugin", "repo": "https://github.com/neverendingqs/netlify-deployment-hours-plugin"