Skip to content

Commit

Permalink
Fix typo (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbasPL committed Feb 3, 2022
1 parent 799c0c0 commit e91e0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tagify.js
Expand Up @@ -797,7 +797,7 @@ Tagify.prototype = {
*/
tagData(tagElm, data, override){
if( !tagElm ){
console.warn("tag elment doesn't exist",tagElm, data)
console.warn("tag element doesn't exist",tagElm, data)
return data
}

Expand Down

0 comments on commit e91e0f7

Please sign in to comment.