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. *