From de624c1d5feebac8e314ec58477f0c41cc642225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Tue, 21 May 2019 18:07:19 +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 9081e9b9..f49c19f3 100644 --- a/examples/Components/Routes/Collaboration/index.vue +++ b/examples/Components/Routes/Collaboration/index.vue @@ -66,7 +66,7 @@ export default { // the initial version we start with // version is an integer which is incremented with every change version, - // debounce changes so we can save some bandwidth + // debounce changes so we can save some requests debounce: 250, // onSendable is called whenever there are changed we have to send to our server onSendable: ({ sendable }) => {