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

Commit 192300b

Browse files
author
timeless@gmail.com
committed
spelling: supported
1 parent 2bf5c9f commit 192300b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/rafSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('$$rAF', function() {
3232
}));
3333

3434
describe('$timeout fallback', function() {
35-
it('it should use a $timeout incase native rAF isn\'t suppored', function() {
35+
it('it should use a $timeout incase native rAF isn\'t supported', function() {
3636
var timeoutSpy = jasmine.createSpy('callback');
3737

3838
//we need to create our own injector to work around the ngMock overrides

0 commit comments

Comments
 (0)