Skip to content

Commit 6168075

Browse files
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".
1 parent 33f93b7 commit 6168075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/2019-10-22-react-release-channels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Releases in Next are published with the `next` tag on npm. Versions are generate
5151

5252
The Next channel is designed to support integration testing between React and other projects.
5353

54-
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.
54+
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.
5555

5656
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:
5757

0 commit comments

Comments
 (0)