diff --git a/ej2-javascript/code-snippet/rich-text-editor/mention-suggestion-count/js/index.html b/ej2-javascript/code-snippet/rich-text-editor/mention-suggestion-count/js/index.html
index e69d27bf5..dffb6bb91 100644
--- a/ej2-javascript/code-snippet/rich-text-editor/mention-suggestion-count/js/index.html
+++ b/ej2-javascript/code-snippet/rich-text-editor/mention-suggestion-count/js/index.html
@@ -24,19 +24,15 @@
-
- Hello
- Maria
-
-
-
- Type @ followed by at least
- 3 characters to trigger the suggestion list.
-
+
+ Hello
+ Maria
+
+
The suggestion list displays only 5 items when typing the @ character, as the data source contains a large set of entries
diff --git a/ej2-javascript/code-snippet/rich-text-editor/mention-suggestion-count/ts/index.html b/ej2-javascript/code-snippet/rich-text-editor/mention-suggestion-count/ts/index.html
index 5f8542cd4..93d7e5388 100644
--- a/ej2-javascript/code-snippet/rich-text-editor/mention-suggestion-count/ts/index.html
+++ b/ej2-javascript/code-snippet/rich-text-editor/mention-suggestion-count/ts/index.html
@@ -26,19 +26,15 @@
-
- Hello
- Maria
-
-
-
- Type @ followed by at least
- 3 characters to trigger the suggestion list.
-
+
+ Hello
+ Maria
+
+
The suggestion list displays only 5 items when typing the @ character, as the data source contains a large set of entries