diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index f489f130..7ee22b5e 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -1816,7 +1816,7 @@ getJasmineRequireObj().Env = function(j$) { * configured with `{autoCleanClosures: false}`. * * execute returns a promise. The promise will be resolved to the same - * {@link JasmineDoneInfo|overall result} that's passed to the reporter's + * {@link JasmineDoneInfo|overall result} that's passed to a reporter's * `jasmineDone` method, even if the suite did not pass. To determine * whether the suite passed, check the value that the promise resolves to * or use a {@link Reporter}.