From 6a1dafb6a7963b9b4ec2fea369623bd8c9526360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Labas?= <431257+thebiglabasky@users.noreply.github.com> Date: Tue, 27 Oct 2020 12:04:06 +0100 Subject: [PATCH] Update --preview-feature flag --- content/05-more/08-releases.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/05-more/08-releases.mdx b/content/05-more/08-releases.mdx index d2a6b921c9..2ae35182c6 100644 --- a/content/05-more/08-releases.mdx +++ b/content/05-more/08-releases.mdx @@ -39,7 +39,7 @@ If a feature or product is a **preview**: - There are no significant known issues, although smaller bugs may exist. - We welcome feedback on these to make the solution stable as quickly as possible. -Previews are typically available behind a feature flag or require some form of opt-in (for example, by providing a `--preview` flag in the CLI). +Previews are typically available behind a feature flag or require some form of opt-in (for example, by providing a `--preview-feature` flag in the CLI). ### Generally Available (GA)