Skip to content

Commit a927ebb

Browse files
.
1 parent 7f1d18d commit a927ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default class ParticleEffectButton extends Component {
6666
} else if (status === 'hiding' && !props.hidden) {
6767
// TODO: show button in middle of hiding animation
6868
} else if (status === 'showing' && props.hidden) {
69-
// TODO: hiden button in middle of showing animation
69+
// TODO: hide button in middle of showing animation
7070
}
7171
}
7272
}

0 commit comments

Comments
 (0)