branch: elpa/git-commit
commit 8270de6e91c5f3ff1f1c0011908b8dfb6f5fec28
Author: Kyle Meyer <[email protected]>
Commit: Kyle Meyer <[email protected]>
relnotes: Fix typo
---
docs/RelNotes/4.0.0.org | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/RelNotes/4.0.0.org b/docs/RelNotes/4.0.0.org
index 4963c329ef..30e8c8caae 100644
--- a/docs/RelNotes/4.0.0.org
+++ b/docs/RelNotes/4.0.0.org
@@ -270,7 +270,8 @@
- ~magit-status-quick~ wasn't autoloaded. #4519
-- Magit's version could not be detect if it was installed using Straight.
#4526
+- Magit's version could not be detected if it was installed using Straight.
+ #4526
- Automatic saving of file-visiting buffers was broken inside remote
repositories that are accessed using Tramp. #4292