From 616807556fc4a40fe378db3496b1287f0b062b5f Mon Sep 17 00:00:00 2001 From: Ryan James Date: Fri, 6 Mar 2020 17:09:25 -0800 Subject: [PATCH] s/'a myriad of'/'myriad' (#2764) 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 ac3245ea..c52c98c7 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: