From 364c744cefb7285f6170f890d493a5182cc1e34a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Tue, 7 May 2019 10:38:27 +0200 Subject: [PATCH] wording --- examples/Components/Routes/Collaboration/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Components/Routes/Collaboration/index.vue b/examples/Components/Routes/Collaboration/index.vue index 4c6d56b0..acb8f1b6 100644 --- a/examples/Components/Routes/Collaboration/index.vue +++ b/examples/Components/Routes/Collaboration/index.vue @@ -4,7 +4,7 @@ Collaborative Editing
- With the Collaboration Extension it's possible for several users to work on a document at the same time. To make this possible, client-side and server-side code is required. This example shows this using a socket server on glitch.com. To keep the demo code clean, only a few nodes and marks are actived. There is also set a 250ms decounce for all changes. Try it out below: + With the Collaboration Extension it's possible for several users to work on a document at the same time. To make this possible, client-side and server-side code is required. This example shows this using a socket server on glitch.com. To keep the demo code clean, only a few nodes and marks are activated. There is also set a 250ms debounce for all changes. Try it out below: