From 60230667f1d6b63f0f570a9e5e785b824e3f7074 Mon Sep 17 00:00:00 2001 From: Chris Antaki Date: Mon, 5 Dec 2016 17:23:13 -0800 Subject: [PATCH] docs(readme): removed an extra word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbbe9f2..1426d5a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Features - If a `done` function is passed to the test, waits for both the control flow and until done is called. - - If a test returns a promise, waits for both the the control flow and the promise to resolve. + - If a test returns a promise, waits for both the control flow and the promise to resolve. - Enhances `expect` so that it automatically unwraps promises before performing the assertion.