From f2e166d0d5d0dac5dd1289df5afdb24d36b9241c Mon Sep 17 00:00:00 2001 From: kelvine Date: Tue, 31 Oct 2023 03:58:46 +0200 Subject: [PATCH] docs: grammar and translation fixes in what-is-experimental.en.md (#6417) I made a few translation and grammar corrections in this document --- docs/guide/what-is-experimental.en.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guide/what-is-experimental.en.md b/docs/guide/what-is-experimental.en.md index c2fc490019..a5b27c9024 100644 --- a/docs/guide/what-is-experimental.en.md +++ b/docs/guide/what-is-experimental.en.md @@ -1,11 +1,11 @@ -# what is experimental +# What are 'Experimental Features'? -Experimental features are some features that we are still in the exploratory stage, such as some components whose API and interaction are not yet certain, some technical solutions that may be adjusted in the future, and some component properties whose names or meanings may change in the future. We will release it publicly ahead of time, and **it will be identified by a reagent bottle icon** on the document. Developers can try it out, feedback and suggestions are welcome~ +Experimental features are some features that we are still in the exploratory stage, such as some components whose API and interaction are not yet certain, some technical solutions that may be adjusted in the future, and some component properties whose names or meanings may change in the future. We will release it publicly ahead of time, and **it will be identified by a reagent bottle icon** on the document. Developers can try it out, feedback and suggestions are welcome. **In future minor and major releases, these experimental features may have functional changes, API break changes, or even be completely removed**. But don't worry, we will **explicitly warn you in the release log** when: -- when an experimental feature breaks change -- when an experimental feature has reached the maturity standard and is changed from an experimental feature to a regular feature +- an experimental feature breaks change +- an experimental feature has reached the maturity standard and is changed from an experimental feature to a regular feature **So if you use these experimental features, we recommend:**