diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue
index 3961c8fb..9a81754f 100644
--- a/docs/src/demos/Examples/CollaborativeEditing/index.vue
+++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue
@@ -6,10 +6,9 @@
{{ status }}
- as {{ currentUser.name }}
+ as {{ currentUser.name }},
+ {{ users.length }} user{{ users.length === 1 ? '' : 's' }} online
- ·
- {{ users.length }} user{{ users.length === 1 ? '' : 's' }} online