From b4b53b3d4c62d70bac179ef4ab92fb86c8cf280d Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Tue, 22 Oct 2019 13:16:36 -0700 Subject: [PATCH] Fix double negative more unstable -> less stable --- 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 5efd8be5..f841c5ab 100644 --- a/content/blog/2019-10-22-react-release-channels.md +++ b/content/blog/2019-10-22-react-release-channels.md @@ -89,7 +89,7 @@ Experimental features are ones that are not ready to be released to the wider pu For example, if the Experimental channel had existed when we announced Hooks, we would have released Hooks to the Experimental channel weeks before they were available in Latest. -You may find it valuable to run integration tests against Experimental. This is up to you. However, be advised that Experimental is even less unstable than Next. **We do not guarantee any stability between Experimental releases.** +You may find it valuable to run integration tests against Experimental. This is up to you. However, be advised that Experimental is even less stable than Next. **We do not guarantee any stability between Experimental releases.** #### How Can I Learn More About Experimental Features?