Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 86b0c03

Browse files
committed
fixup! refactor($browser): share task-tracking code between $browser and ngMock/$browser
1 parent e93405d commit 86b0c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/taskTrackerFactory.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function TaskTracker(log) {
4747
/**
4848
* Execute the specified callback when all pending tasks have been completed.
4949
*
50-
* If there are no pending tasks, the callback is executed immediatelly. You can optionally limit
50+
* If there are no pending tasks, the callback is executed immediately. You can optionally limit
5151
* the tasks that will be waited for to a specific type, by passing a `taskType`.
5252
*
5353
* @param {function} callback - The function to call when there are no pending tasks.

0 commit comments

Comments
 (0)