Skip to content

Commit b5e7030

Browse files
author
Dominik Sumer
committed
fix
1 parent db18dd6 commit b5e7030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ For accessibility purpose you can use the `id` prop to link your tooltip with an
195195
```jsx
196196
<Tooltip
197197
...
198-
id={this.props.name}
198+
id={this.props.name}>
199199
<input type="text"
200200
...
201201
aria-describedby={this.props.name}/>

0 commit comments

Comments
 (0)