We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c2aeec + 9093389 commit d1eb4ddCopy full SHA for d1eb4dd
ChangeLog.md
@@ -1,5 +1,12 @@
1
# Hike ChangeLog
2
3
+## Unrealised
4
+
5
+**Released: WiP**
6
7
+- Fixed a typo in the internal editor close confirmation dialog.
8
+ ([#139](https://github.com/davep/hike/pull/139))
9
10
## v1.2.0
11
12
**Released: 2025-09-11**
src/hike/editor/screen.py
@@ -120,7 +120,7 @@ async def action_close_command(self) -> None:
120
if not await self.app.push_screen_wait(
121
Confirm(
122
"Unsaved changes",
123
- "You have unsaved changed in your document. Are you sure you want to quit?",
+ "You have unsaved changes in your document. Are you sure you want to quit?",
124
)
125
):
126
return
0 commit comments