From a77974963ce8babb03b0ee6016769b3b426d789d Mon Sep 17 00:00:00 2001 From: Viet Nguyen <19592926+v-ngu@users.noreply.github.com> Date: Sat, 21 Jan 2023 10:35:00 -0500 Subject: [PATCH] Fix typo Signed-off-by: Viet Nguyen <19592926+v-ngu@users.noreply.github.com> --- docs/plugins/feature-flags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/feature-flags.md b/docs/plugins/feature-flags.md index d9841598bb..a572143d6e 100644 --- a/docs/plugins/feature-flags.md +++ b/docs/plugins/feature-flags.md @@ -56,7 +56,7 @@ The users selection is saved in the users browsers local storage. Once toggled i The easiest way to control content based on the state of a feature flag is to use the [FeatureFlagged](https://backstage.io/docs/reference/core-app-api.featureflagged) component. ```ts -import { FeatureFlagged } from '@backstage/core-app-api' +import { FeatureFlagged } from '@backstage/core-app-api'; ...