From 867e8f1dc62a781ad8864852213c84d616d3d88e Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Thu, 7 Dec 2017 07:54:34 -0800 Subject: [PATCH] Reword sentence about contributing to different repos --- content/blog/2017-12-07-introducing-the-react-rfc-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2017-12-07-introducing-the-react-rfc-process.md b/content/blog/2017-12-07-introducing-the-react-rfc-process.md index 3b0b54bd..c3e9b1a0 100644 --- a/content/blog/2017-12-07-introducing-the-react-rfc-process.md +++ b/content/blog/2017-12-07-introducing-the-react-rfc-process.md @@ -27,7 +27,7 @@ Generally, any idea that would benefit from additional review or design before b Not every change must go through the RFC process. Bug fixes or performance improvements that don't touch the API can be submitted directly to the main library. -We now have several different repositories for contributing improvements to React: +We now have several repositories where you can submit contributions to React: - **Issues, bugfixes, and code changes to the main library**: [facebook/react](https://github.com/facebook/react) - **Website and documentation**: [reactjs/reactjs.org](https://github.com/reactjs/reactjs.org)