Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samolukadjo committed Sep 17, 2024
1 parent 9cc4642 commit fa312a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wungle-extension/content_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function postHasSomethingThatCouldBeWungled(postToProccess) {

if (development) {
console.log(
"[Wungle Text]: The lenght of the array of wunglable content is ",
"[Wungle Text]: The lengtht of the array of wunglable content is ",
wunglablePostContentArray.length
);
}
Expand Down

0 comments on commit fa312a0

Please sign in to comment.