We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342c89a commit fde8216Copy full SHA for fde8216
readme.markdown
@@ -140,7 +140,7 @@ var test = require('tape')
140
## test([name], [opts], cb)
141
142
Create a new test with an optional `name` string and optional `opts` object.
143
-`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
144
finished. Tests execute serially.
145
146
Available `opts` options are:
0 commit comments