diff --git a/packages/drupal/gutenberg_blocks/js/blocks/accordion.tsx b/packages/drupal/gutenberg_blocks/js/blocks/accordion.tsx index 0cb197785..847a55e8a 100644 --- a/packages/drupal/gutenberg_blocks/js/blocks/accordion.tsx +++ b/packages/drupal/gutenberg_blocks/js/blocks/accordion.tsx @@ -68,7 +68,9 @@ registerBlockType<{ onChange={(headingLevel: string) => { setAttributes({ headingLevel }); }} - help={__('The heading level will be applied to all nested accordion items.')} + help={__( + 'The heading level will be applied to all nested accordion items.', + )} />