branch: elpa/buttercup commit 3483449d1487a7fc37dea0e9daf4efe3173242d8 Author: Jorgen Schaefer <cont...@jorgenschaefer.de> Commit: Jorgen Schaefer <cont...@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)))