From 38300bd3a18eb893ffbe2400cac1506bcb9f1424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magdalena=20Chrze=C5=9Bcian?= Date: Fri, 8 Jan 2021 11:45:53 +0100 Subject: [PATCH] Updated the manual test. --- packages/ckeditor5-word-count/tests/manual/wordcount.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ckeditor5-word-count/tests/manual/wordcount.md b/packages/ckeditor5-word-count/tests/manual/wordcount.md index 7ca1ab0fdb5..3a56b0776cd 100644 --- a/packages/ckeditor5-word-count/tests/manual/wordcount.md +++ b/packages/ckeditor5-word-count/tests/manual/wordcount.md @@ -1,7 +1,7 @@ 1. Try to type in the editor. The container below should be automatically updated with the current amount of words and characters. -2. Special characters are treated as separators for words. For example +2. Special characters are not treated as separators for words. For example * `Hello world` - 2 words - * `Hello(World)` - 2 words + * `Hello(World)` - 1 word * `Hello\nWorld` - 2 words 3. Numbers are treated as words. 4. There are logged values of `WordCount:event-update` in the console. Values should change in same way as container in html.