From 8195b187c437b82cccbcb9cf92f3cabc5705db83 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Thu, 23 Dec 2021 09:06:19 -0500 Subject: [PATCH] fix docs typo --- docs/src/undo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/undo.md b/docs/src/undo.md index 350aebb7e..3d6702240 100644 --- a/docs/src/undo.md +++ b/docs/src/undo.md @@ -1,7 +1,7 @@ # Undo It's easy to make a mistake: mark the wrong task as done, or hit enter before noticing a typo in a tag name. -The `ta undo` command makes it just as easy to fix the mistake, but effectively reversing the most recent change. +The `ta undo` command makes it just as easy to fix the mistake, by effectively reversing the most recent change. Multiple invocations of `ta undo` can be used to undo multiple changes. The limit of this functionality is that changes which have been synchronized to the server (via `ta sync`) cannot be undone.