From 39135e631afaad88d173a92fcbda5b23542bda6c Mon Sep 17 00:00:00 2001 From: Christopher Meyer Date: Mon, 9 Dec 2019 20:25:11 +0100 Subject: [PATCH] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c015109..53180dd 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ vuexUndoRedo.reset() // suspend observing mutations vuexUndoRedo.suspend() -// resume observe mutations (enabled by default) +// resume observing mutations (enabled by default) vuexUndoRedo.resume() ```