Skip to content

Commit

Permalink
Fix grammar and spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
lulunac27a authored Feb 26, 2024
1 parent ccffaa1 commit 01449cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Text Counter Applicatin in Scala.js
# Text Counter Application in Scala.js

This is a text counter application written in Scala.js. It uses HTML DOM module to get the element (like text area) and calculate the number of characters, words and lines of the entered text.
This is a text counter application written in Scala.js. It uses an HTML DOM module to get the element (like text area) and calculate the number of characters, words, and lines of the entered text.

0 comments on commit 01449cb

Please sign in to comment.