From a46a621a895a380589a6458708d1be0065e2d447 Mon Sep 17 00:00:00 2001 From: Fernando Costa Date: Sun, 24 Jun 2018 09:59:38 -0300 Subject: [PATCH] Fixing typo --- 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 } } })