aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLajos Veres2014-02-27 09:26:38 +0000
committerBrian Ford2014-02-27 01:53:35 -0800
commit4f48898728a752bbb7d2a8fff7149af2a0a86a32 (patch)
treea731c3f2211d614fc7a19b4d0ffbc58b3bc413a8 /test
parent0df6e20e6ac222d3b2be4e2d738e7baed71a2826 (diff)
downloadangular.js-4f48898728a752bbb7d2a8fff7149af2a0a86a32.tar.bz2
chore(parseSpec): fix typo
Diffstat (limited to 'test')
-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 });