diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index eb2b160d..2a50a3cf 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -4117,7 +4117,7 @@ getJasmineRequireObj().GlobalErrors = function(j$) { /* eslint-disable compat/compat */ getJasmineRequireObj().toBePending = function(j$) { /** - * Expect a promise to be pending, ie. the promise is neither resolved nor rejected. + * Expect a promise to be pending, i.e. the promise is neither resolved nor rejected. * @function * @async * @name async-matchers#toBePending diff --git a/src/core/matchers/async/toBePending.js b/src/core/matchers/async/toBePending.js index 758eb99e..c73aa3d3 100644 --- a/src/core/matchers/async/toBePending.js +++ b/src/core/matchers/async/toBePending.js @@ -1,7 +1,7 @@ /* eslint-disable compat/compat */ getJasmineRequireObj().toBePending = function(j$) { /** - * Expect a promise to be pending, ie. the promise is neither resolved nor rejected. + * Expect a promise to be pending, i.e. the promise is neither resolved nor rejected. * @function * @async * @name async-matchers#toBePending