Fix a typo (Paragraphs instead of Paragraph) in the counter tooltip (#2614)

Co-authored-by: Danila <4106339-danila-io@users.noreply.gitlab.com>
This commit is contained in:
danila-io 2021-07-04 14:02:12 +04:00 committed by GitHub
parent f501ef46cc
commit c1d603f39d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@
<span class="front">Characters:</span><span class="text">{{wordCount['character']}}</span> <span class="front">Characters:</span><span class="text">{{wordCount['character']}}</span>
</div> </div>
<div class="title-item"> <div class="title-item">
<span class="front">Paragraph:</span><span class="text">{{wordCount['paragraph']}}</span> <span class="front">Paragraphs:</span><span class="text">{{wordCount['paragraph']}}</span>
</div> </div>
</div> </div>
<div <div