Skip to content

Commit 05c6f74

Browse files
Fix headerTag docs description incorrectly referring to footer
1 parent 9e8dbbb commit 05c6f74

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/components/calendar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{
4040
"prop": "headerTag",
4141
"version": "2.22.0",
42-
"description": "Specify the HTML tag to render instead of the default tag for the footer"
42+
"description": "Specify the HTML tag to render instead of the default tag for the header"
4343
},
4444
{
4545
"prop": "hidden",

src/components/modal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
{
142142
"prop": "headerTag",
143143
"version": "2.22.0",
144-
"description": "Specify the HTML tag to render instead of the default tag for the footer"
144+
"description": "Specify the HTML tag to render instead of the default tag for the header"
145145
},
146146
{
147147
"prop": "hideBackdrop",

src/components/sidebar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
{
5252
"prop": "headerTag",
5353
"version": "2.22.0",
54-
"description": "Specify the HTML tag to render instead of the default tag for the footer"
54+
"description": "Specify the HTML tag to render instead of the default tag for the header"
5555
},
5656
{
5757
"prop": "lazy",

src/components/time/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{
1919
"prop": "headerTag",
2020
"version": "2.22.0",
21-
"description": "Specify the HTML tag to render instead of the default tag for the footer"
21+
"description": "Specify the HTML tag to render instead of the default tag for the header"
2222
},
2323
{
2424
"prop": "hideHeader",

src/components/toast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{
3232
"prop": "headerTag",
3333
"version": "2.22.0",
34-
"description": "Specify the HTML tag to render instead of the default tag for the footer"
34+
"description": "Specify the HTML tag to render instead of the default tag for the header"
3535
},
3636
{
3737
"prop": "isStatus",

0 commit comments

Comments
 (0)