From 4a656e2a4bce2863dc208a555f4381e23174227f Mon Sep 17 00:00:00 2001 From: ElaineDeMattosSilvaB Date: Wed, 25 Feb 2026 17:51:51 +0100 Subject: [PATCH] fix: add closing bracket Signed-off-by: ElaineDeMattosSilvaB --- docs/plugins/feature-flags.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins/feature-flags.md b/docs/plugins/feature-flags.md index 95fd4a0a74..2d0e34ba4b 100644 --- a/docs/plugins/feature-flags.md +++ b/docs/plugins/feature-flags.md @@ -24,6 +24,7 @@ export const examplePlugin = createPlugin({ name: 'show-example-feature', description: 'Enables the new beta dashboard view', }, + ], // ... }); ```