Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yairEO committed May 2, 2024
1 parent 7c5c6ce commit 63e411a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -29,9 +29,9 @@

<p align="center">
<a href="https://yaireo.github.io/tagify/#section-mix">
<img src="/docs/mix3.gif?sanitize=true" />
<img src="/docs/mix3.gif?sanitize=true" />
</a>
<a href="https://yaireo.github.io/tagify/#users-list">
<a href="https://yaireo.github.io/tagify/#users-list">
<img src="/docs/demo2.apng?sanitize=true" />
</a>
</p>
Expand Down Expand Up @@ -993,7 +993,7 @@ Name | Parameters
## Events
To listen to `tagify` events use the `.on(EVENT_NAME, EVENT_CALLBACK_REFERENCE)` mehotd and stop listening use the `.off(EVENT_NAME, EVENT_CALLBACK_REFERENCE)`
To listen to `tagify` events use the `.on(EVENT_NAME, EVENT_CALLBACK_REFERENCE)` method and stop listening use the `.off(EVENT_NAME, EVENT_CALLBACK_REFERENCE)`
All triggered events return the instance's scope (tagify).<br>
See `e.detail` for custom event additional data.
Expand Down

0 comments on commit 63e411a

Please sign in to comment.