From 627704621349987c7317fe3c3e25a48ba1cf790d Mon Sep 17 00:00:00 2001 From: Aaron Snailwood Date: Thu, 20 Aug 2020 10:07:35 -0700 Subject: [PATCH] fix typo in asyncMatcher toBePending comment --- src/core/matchers/async/toBePending.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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