Skip to content

Commit d1eb4dd

Browse files
authored
🔀 Merge pull request #139 from davep/fix-typo
Fix a typo in the editor close confirmation dialog
2 parents 4c2aeec + 9093389 commit d1eb4dd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Hike ChangeLog
22

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+
310
## v1.2.0
411

512
**Released: 2025-09-11**

src/hike/editor/screen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ async def action_close_command(self) -> None:
120120
if not await self.app.push_screen_wait(
121121
Confirm(
122122
"Unsaved changes",
123-
"You have unsaved changed in your document. Are you sure you want to quit?",
123+
"You have unsaved changes in your document. Are you sure you want to quit?",
124124
)
125125
):
126126
return

0 commit comments

Comments
 (0)