From 883eabef825aed9fb5dbb4a94677c7f3e3711eec Mon Sep 17 00:00:00 2001 From: Peter Vandenberk Date: Sat, 18 Jan 2014 08:57:33 +0000 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e1067c..6844b46 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ results. If any test case fails, `bats` exits with a `1` status code. ## Writing tests -Each Bats test file is evaulated n+1 times, where _n_ is the number of +Each Bats test file is evaluated n+1 times, where _n_ is the number of test cases in the file. The first run counts the number of test cases, then iterates over the test cases and executes each one in its own process.