From fde82161a9e53cb104f94a8b41c40af00cbcaee4 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 20:15:24 +0100 Subject: [PATCH] correct spelling mistake --- readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index 92df8135..1e4b5eb7 100644 --- a/readme.markdown +++ b/readme.markdown @@ -140,7 +140,7 @@ var test = require('tape') ## test([name], [opts], cb) Create a new test with an optional `name` string and optional `opts` object. -`cb(t)` fires with the new test object `t` once all preceeding tests have +`cb(t)` fires with the new test object `t` once all preceding tests have finished. Tests execute serially. Available `opts` options are: