diff --git a/docs/history.md b/docs/history.md index 7a3eac27dc..464d861070 100644 --- a/docs/history.md +++ b/docs/history.md @@ -43,6 +43,7 @@ ## v2.7, 2022-03-24 #### Highlights +* Bump node version to 14.19.1 * TailwindCSS 3.x support * Typescript `4.5.4` upgrade * New core package: `accounts-2fa` diff --git a/packages/test-helpers/callback_logger.js b/packages/test-helpers/callback_logger.js index 9a884123f8..fb4f30ee07 100644 --- a/packages/test-helpers/callback_logger.js +++ b/packages/test-helpers/callback_logger.js @@ -1,7 +1,7 @@ // This file allows you to write tests that expect certain callbacks to be // called in certain orders, or optionally in groups where the order does not // matter. It can be set up in either a synchronous manner, so that each -// callback must have already occured before you call expectResult & its ilk, or +// callback must have already occurred before you call expectResult & its ilk, or // in an asynchronous manner, so that the logger yields and waits a reasonable // timeout for the callback. Because we're using Node Fibers to yield & start // ourselves, the asynchronous version is only available on the server.