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

Commit 1ae0be1

Browse files
arlianggkalpak
authored andcommitted
docs(CHANGELOG): fix typo
Closes #12837
1 parent 159efdd commit 1ae0be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ describe('$q.when', function() {
273273
$timeout.verifyNoPendingTasks();
274274
}));
275275

276-
it('should accept $timeout.flush(0) when not sure if $q.when was called with a value or a promise,
276+
it('should accept $timeout.flush(0) when not sure if $q.when was called with a value or a promise',
277277
inject(function($q, $timeout) {
278278
$q.when('foo');
279279
$timeout.flush(0);

0 commit comments

Comments
 (0)