From 63ba57a20155a24fe75e77aa38b38b4b7c67c7be Mon Sep 17 00:00:00 2001 From: Paul Hebert Date: Tue, 7 Sep 2021 13:42:41 -0700 Subject: [PATCH] Fix typo in footnote group docs --- src/components/footnote-group/footnote-group.stories.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/footnote-group/footnote-group.stories.mdx b/src/components/footnote-group/footnote-group.stories.mdx index a92df6ab8..f0ac32689 100644 --- a/src/components/footnote-group/footnote-group.stories.mdx +++ b/src/components/footnote-group/footnote-group.stories.mdx @@ -55,7 +55,7 @@ The Compact attribute can be added to reduce the size and spacing of footnote gr - `items`: An array of strings - `id_suffix` (string) should be used whenever there are multiple sets of footnotes on one page, to ensure the components use unique IDs. -- `heading_tag` (string) the tag to use for the heading. Defaults to `h1`. +- `heading_tag` (string) the tag to use for the heading. Defaults to `h2`. - `heading_text` (string) the heading text. Defaults to `Footnotes`. - `compact` (boolean) make the footnote group smaller