Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Mar 15, 2024
1 parent 51c4c48 commit 139ed62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/typewriter-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
const options = {
root: null,
rootMargin: '0px',
threshold: 0.5
threshold: 0.5,
};

if (typewriter.length <= 1) return;
Expand Down

0 comments on commit 139ed62

Please sign in to comment.