From 4d0b47ac4cd65a6d6f8ac3eaa09a9964de10da32 Mon Sep 17 00:00:00 2001 From: yinm Date: Thu, 3 May 2018 17:46:49 +0900 Subject: [PATCH] Fix typo from `incimplete` to `incomplete` --- src/core/Env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Env.js b/src/core/Env.js index c351f7b9..9caaacd4 100644 --- a/src/core/Env.js +++ b/src/core/Env.js @@ -404,7 +404,7 @@ getJasmineRequireObj().Env = function(j$) { * Information passed to the {@link Reporter#jasmineDone} event. * @typedef JasmineDoneInfo * @property {OverallStatus} overallStatus - The overall result of the sute: 'passed', 'failed', or 'incomplete'. - * @property {IncompleteReason} incompleteReason - Explanation of why the suite was incimplete. + * @property {IncompleteReason} incompleteReason - Explanation of why the suite was incomplete. * @property {Order} order - Information about the ordering (random or not) of this execution of the suite. * @property {Expectation[]} failedExpectations - List of expectations that failed in an {@link afterAll} at the global level. * @property {Expectation[]} deprecationWarnings - List of deprecation warnings that occurred at the global level.