Merge pull request #15885 from v-ngu/vn-typo

Fix typo on doc
This commit is contained in:
Patrik Oldsberg
2023-01-21 17:08:02 +01:00
committed by GitHub
+1 -1
View File
@@ -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';
...