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

Commit 4f48898

Browse files
Lajos Veresbtford
Lajos Veres
authored andcommitted
chore(parseSpec): fix typo
1 parent 0df6e20 commit 4f48898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/parseSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ describe('parser', function() {
13611361
}));
13621362

13631363

1364-
it('should evaluate a resolved promise and overwrite the previous set value in the absense of the getter',
1364+
it('should evaluate a resolved promise and overwrite the previous set value in the absence of the getter',
13651365
inject(function($parse) {
13661366
scope.person = promise;
13671367
var c1Getter = $parse('person.A.B.C1', { unwrapPromises: true });

0 commit comments

Comments
 (0)