Skip to content

Commit 5faf65d

Browse files
committed
minor text fix
1 parent 18bae9a commit 5faf65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/SLDSLookup/Menu/Item/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Item extends React.Component {
5757

5858
return (
5959
//IMPORTANT: anchor id is used to set lookup's input's aria-activedescendant
60-
<li className={className} role="presentaion">
60+
<li className={className} role="presentation">
6161
<a
6262
href={this.props.href}
6363
id={id}

0 commit comments

Comments
 (0)