From b6c4c227d375c4b5f03ac36c6d8ac766edae5487 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 2 Dec 2021 00:16:23 -1000 Subject: [PATCH] ;doc: changelog typo --- hledger-ui/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 8d6460f1c..618280034 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -26,7 +26,7 @@ Improvements - The `Z` key for toggling display of zeroes is now the easier lower-case `z`. -- The `--watch` feature now has a convenient short flag flag, `-w`. +- The `--watch` feature now has a convenient short flag, `-w`. - Drop the base-compat-batteries dependency. (Stephen Morgan)