From e7ca9c576508e12e2f7b5be1f25550cbe8d8de64 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Sat, 26 Apr 2025 09:28:21 -0700 Subject: [PATCH] Built distribution --- lib/jasmine-core/jasmine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 5c91c9e0..be509fa8 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -3217,7 +3217,7 @@ callbacks to execute _before_ running the next one. * In many cases, this can greatly improve test execution speed because asynchronous tasks * will execute as quickly as possible rather than waiting real time to complete. * - * Furthermore, tests can be authored in a consitent manner. They can always be written in an asynchronous style + * Furthermore, tests can be authored in a consistent manner. They can always be written in an asynchronous style * rather than having `tick` sprinkled throughout the tests with mock time in order to manually * advance the clock. *