aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/ng/parseSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ng/parseSpec.js b/test/ng/parseSpec.js
index 38fce3f7..6a6bb4a1 100644
--- a/test/ng/parseSpec.js
+++ b/test/ng/parseSpec.js
@@ -1361,7 +1361,7 @@ describe('parser', function() {
}));
- 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',
inject(function($parse) {
scope.person = promise;
var c1Getter = $parse('person.A.B.C1', { unwrapPromises: true });