From caeeee7fadafe1fc451485e64760f63a2b3793a7 Mon Sep 17 00:00:00 2001 From: ashish Date: Tue, 12 Nov 2024 17:08:07 +0530 Subject: [PATCH] docs(docs-infra): Fixed grammatical error (#58611) PR Close #58611 --- adev/src/content/reference/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/reference/releases.md b/adev/src/content/reference/releases.md index 56e357defb9..111181232ce 100644 --- a/adev/src/content/reference/releases.md +++ b/adev/src/content/reference/releases.md @@ -165,6 +165,6 @@ The policies and practices that are described in this document do not apply to A ## Experimental -These are APIs might not become stable at all or have significant changes before becoming stable. +These APIs might not become stable at all or have significant changes before becoming stable. The policies and practices that are described in this document do not apply to APIs marked as experimental. Such APIs can change at any time, even in new patch versions of the framework. Teams should decide for themselves whether the benefits of using experimental APIs are worth the risk of breaking changes outside of our normal use of semantic versioning.