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

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

[nongnu] elpa/buttercup 3483449 045/340: Typo fix.


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup 3483449 045/340: Typo fix.
Date: Thu, 16 Dec 2021 14:59:01 -0500 (EST)

branch: elpa/buttercup
commit 3483449d1487a7fc37dea0e9daf4efe3173242d8
Author: Jorgen Schaefer <contact@jorgenschaefer.de>
Commit: Jorgen Schaefer <contact@jorgenschaefer.de>

    Typo fix.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f56d3b2..50ff056 100644
--- a/README.md
+++ b/README.md
@@ -230,7 +230,7 @@ your specs so that they erroneously pass or fail.
     (after-all
      (setq foo 0))
 
-    (it "sets the iniital value of foo before specs run"
+    (it "sets the initial value of foo before specs run"
       (expect foo :to-equal 1)
       (setq foo (1+ foo)))
 



reply via email to

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