From 91356119136653b760272f7a319de46c096cf340 Mon Sep 17 00:00:00 2001 From: Ryan James Date: Thu, 20 Feb 2020 15:29:58 -0800 Subject: [PATCH] s/'a myriad of'/'myriad' Think of "myriad" as a number. You wouldn't say "a nine of things", you would say "nine things". --- content/blog/2019-10-22-react-release-channels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2019-10-22-react-release-channels.md b/content/blog/2019-10-22-react-release-channels.md index ac3245ea16d..c52c98c7d12 100644 --- a/content/blog/2019-10-22-react-release-channels.md +++ b/content/blog/2019-10-22-react-release-channels.md @@ -51,7 +51,7 @@ Releases in Next are published with the `next` tag on npm. Versions are generate The Next channel is designed to support integration testing between React and other projects. -All changes to React go through extensive internal testing before they are released to the public. However, there are a myriad of environments and configurations used throughout the React ecosystem, and it's not possible for us to test against every single one. +All changes to React go through extensive internal testing before they are released to the public. However, there are myriad environments and configurations used throughout the React ecosystem, and it's not possible for us to test against every single one. If you're the author of a third party React framework, library, developer tool, or similar infrastructure-type project, you can help us keep React stable for your users and the entire React community by periodically running your test suite against the most recent changes. If you're interested, follow these steps: