Skip to content

Commit 5586b6e

Browse files
committed
📝 Typo fix
1 parent 7d0c420 commit 5586b6e

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
@@ -24,7 +24,7 @@ export default class App extends Component {
2424
render() {
2525
return (
2626
<div>
27-
<OtpInputs
27+
<OtpInput
2828
onChange={otp => console.log(otp)}
2929
numInputs={6}
3030
separator={<span>-<span>}

0 commit comments

Comments
 (0)