From be0cd9ff799e275565f97dd6679aac2391bb7e76 Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Tue, 22 Oct 2019 12:05:14 -0700 Subject: [PATCH] Typo --- 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 7be5c4f4..5efd8be5 100644 --- a/content/blog/2019-10-22-react-release-channels.md +++ b/content/blog/2019-10-22-react-release-channels.md @@ -3,7 +3,7 @@ title: "Preparing for the Future with React Prereleases" author: [acdlite] --- -To share upcoming changes with our partners in the React ecoystem, we're establishing official prerelease channels. We hope this process will help us make changes to React with confidence, and give developers the opportunity to try out experimental features. +To share upcoming changes with our partners in the React ecosystem, we're establishing official prerelease channels. We hope this process will help us make changes to React with confidence, and give developers the opportunity to try out experimental features. > This post will be most relevant to developers who work on frameworks, libraries, or developer tooling. Developers who use React primarily to build user-facing applications should not need to worry about our prerelease channels.