🌐 AI搜索 & 代理 主页
Skip to content

Commit bd01384

Browse files
authored
Update package.json
1 parent 45d637e commit bd01384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/modal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
},
100100
{
101101
"prop": "ariaLabel",
102-
"description": "Explitly supply an 'aria-label' attribute for the modal. Should be set when the modal has no title. When not set 'aria-labeledby' will point to the modal's title"
102+
"description": "Explicitly supply an 'aria-label' attribute for the modal. Should be set when the modal has no title. When not set 'aria-labeledby' will point to the modal's title"
103103
},
104104
{
105105
"prop": "hideHeader",
@@ -135,7 +135,7 @@
135135
},
136136
{
137137
"prop": "returnFocus",
138-
"description": "HTML Element reference of CSS selector to return focus to when the modal closes. When not set, will return focus to the element that last had focus before the modal opened"
138+
"description": "HTML Element reference, or CSS selector to return focus to when the modal closes. When not set, will return focus to the element that last had focus before the modal opened"
139139
},
140140
{
141141
"prop": "cancelTitle",

0 commit comments

Comments
 (0)