From 66f598a5fd9b899f655e706576e725b02ccc3de1 Mon Sep 17 00:00:00 2001 From: Fernando Costa Date: Mon, 25 Jun 2018 12:18:12 -0300 Subject: [PATCH] docs:(typo) timeoutInterval (#212) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdf779b..59d798c 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ module.exports = function(config) { seed: '4321', stopOnFailure: true, failFast: true, - timeoutInverval: 1000 + timeoutInterval: 1000 } } })