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', }, + ], // ... }); ```