Browse Source

Fix double negative

more unstable -> less stable
main
Andrew Clark 5 years ago
parent
commit
b4b53b3d4c
  1. 2
      content/blog/2019-10-22-react-release-channels.md

2
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?

Loading…
Cancel
Save