schiehll / react-alert

alerts for React
MIT License
607 stars 99 forks source link

typo #102

Closed xarala221 closed 5 years ago

xarala221 commented 5 years ago

I use your library it is great, But I noticed an error on your code, maybe a typo. in "useAlert" you write import {useLaert} from 'react-alert'. and it should be "useAlert not useLaert". Thank you.

schiehll commented 5 years ago

Oh you mean in the docs right? Fixed it! Thanks for pointing out.