From c1d603f39dba24225fde66c474c68fa63615117e Mon Sep 17 00:00:00 2001 From: danila-io Date: Sun, 4 Jul 2021 14:02:12 +0400 Subject: [PATCH] Fix a typo (Paragraphs instead of Paragraph) in the counter tooltip (#2614) Co-authored-by: Danila <4106339-danila-io@users.noreply.gitlab.com> --- src/renderer/components/titleBar/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/titleBar/index.vue b/src/renderer/components/titleBar/index.vue index 9ef8eafe..94087230 100644 --- a/src/renderer/components/titleBar/index.vue +++ b/src/renderer/components/titleBar/index.vue @@ -52,7 +52,7 @@ Characters:{{wordCount['character']}}
- Paragraph:{{wordCount['paragraph']}} + Paragraphs:{{wordCount['paragraph']}}