From 9575dfb8c057c1f31426f4bbd6479c16b0bb9cd7 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Mon, 22 Jun 2026 15:43:32 +0100 Subject: [PATCH] :pencil: Fix a typo in the help text for the history viewer --- ChangeLog.md | 7 +++++++ src/hike/widgets/navigation/history_view.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index c5a46d9..580da12 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,12 @@ # Hike ChangeLog +## Unreleased + +**Released: WiP** + +- Fixed a typo in the help text for the document viewer. + ([#155](https://github.com/davep/hike/pull/155)) + ## v1.4.0 **Released: 2026-03-25** diff --git a/src/hike/widgets/navigation/history_view.py b/src/hike/widgets/navigation/history_view.py index 1f49117..5255de5 100644 --- a/src/hike/widgets/navigation/history_view.py +++ b/src/hike/widgets/navigation/history_view.py @@ -70,7 +70,7 @@ class HistoryView(EnhancedOptionList): """ HELP = """ - ## Documenting viewing history + ## Document viewing history This is your document viewing history. Here you can revisit locations you've viewed, and also remove individual or all locations.