From 245082fd8e1e172d35dff884da86f2fa5f1b4d05 Mon Sep 17 00:00:00 2001 From: kriskbx Date: Tue, 20 Apr 2021 13:19:19 +0200 Subject: [PATCH] typo --- docs/src/docPages/guide/collaborative-editing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docPages/guide/collaborative-editing.md b/docs/src/docPages/guide/collaborative-editing.md index a114b221..a2097084 100644 --- a/docs/src/docPages/guide/collaborative-editing.md +++ b/docs/src/docPages/guide/collaborative-editing.md @@ -305,7 +305,7 @@ fired up to multiple times a second: You need to serialize the Y-Doc that hocuspocus gives you to something you can actually display in your views. -This example is **not intended** to be a primary storage as serializing to and deserializing from JSON not store the collaboration history steps but only the resulting document. Make sure to always use the RocksDB extension as primary storage. +This example is **not intended** to be a primary storage as serializing to and deserializing from JSON will not store the collaboration history steps but only the resulting document. Make sure to always use the RocksDB extension as primary storage. ```typescript import {debounce} from 'debounce'