From de7f72063754b03ca73b17a6c3c1d78a8ffbe695 Mon Sep 17 00:00:00 2001 From: Haz Date: Sun, 15 Aug 2021 19:17:04 -0300 Subject: [PATCH] Small doc fix --- website/content/docs/modules/history.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/modules/history.mdx b/website/content/docs/modules/history.mdx index 836fc12a38..69a0ba2883 100644 --- a/website/content/docs/modules/history.mdx +++ b/website/content/docs/modules/history.mdx @@ -10,7 +10,7 @@ The History module is responsible for handling undo and redo for Quill. It can b - Default: `1000` -Changes occuring within the `delay` number of milliseconds is merged into a single change. +Changes occuring within the `delay` number of milliseconds are merged into a single change. For example, with delay set to `0`, nearly every character is recorded as one change and so undo would undo one character at a time. With delay set to `1000`, undo would undo all changes that occured within the last 1000 milliseconds.