emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/markdown-mode 98a91b0fab 1/2: Fix typos


From: ELPA Syncer
Subject: [nongnu] elpa/markdown-mode 98a91b0fab 1/2: Fix typos
Date: Fri, 14 Jul 2023 01:00:28 -0400 (EDT)

branch: elpa/markdown-mode
commit 98a91b0fab6d43be20d80b325aac37e0efca699c
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Fix typos
---
 markdown-mode.el       | 2 +-
 tests/markdown-test.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/markdown-mode.el b/markdown-mode.el
index 6cac89bf86..6422bef264 100644
--- a/markdown-mode.el
+++ b/markdown-mode.el
@@ -4592,7 +4592,7 @@ at the beginning of the block."
 (defun markdown-insert-foldable-block ()
   "Insert details disclosure element to make content foldable.
 If a region is active, wrap this region with the disclosure
-element. More detais here 
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details.";
+element. More details here 
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details.";
   (interactive)
   (let ((details-open-tag "<details>")
         (details-close-tag "</details>")
diff --git a/tests/markdown-test.el b/tests/markdown-test.el
index 3468dee8ee..8ea01c9107 100644
--- a/tests/markdown-test.el
+++ b/tests/markdown-test.el
@@ -5441,7 +5441,7 @@ http://example.com \"title\"  )
       (should (eq (markdown-next-link) 8))
       ;; Advance to second link
       (should (eq (markdown-next-link) 73))
-      ;; Avance to final link
+      ;; Advance to final link
       (should (eq (markdown-next-link) 155))
       ;; Return nil and don't advance point
       (should (eq (markdown-next-link) nil))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]