We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df6e20 commit 4f48898Copy full SHA for 4f48898
1 file changed
test/ng/parseSpec.js
@@ -1361,7 +1361,7 @@ describe('parser', function() {
1361
}));
1362
1363
1364
- it('should evaluate a resolved promise and overwrite the previous set value in the absense of the getter',
+ it('should evaluate a resolved promise and overwrite the previous set value in the absence of the getter',
1365
inject(function($parse) {
1366
scope.person = promise;
1367
var c1Getter = $parse('person.A.B.C1', { unwrapPromises: true });
0 commit comments