From 37cd3c06d08620c97a5ef658d419db2ee95b67b3 Mon Sep 17 00:00:00 2001 From: Maks Rafalko Date: Sun, 13 Sep 2015 23:57:54 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bdf6e5..5384ac6 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ This changes an UndoType only on this specific undo manager and won't affect oth #### removeUndoType `undoManager.removeUndoType(type)` -This removes an UndoType only from from this specific undo manager. See the UndoTypes-API for a more thorough documentation on this function. +This removes an UndoType only from this specific undo manager. See the UndoTypes-API for a more thorough documentation on this function. #### clear `undoManager.clear()`