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

Commit e29900c

Browse files
eltociearpetebacondarwin
authored andcommitted
docs($parse): fix typo in parse.js
Propogate -> Propagate
1 parent 02545a8 commit e29900c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/parse.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,7 @@ function $ParseProvider() {
19001900

19011901
var useInputs = parsedExpression.inputs && !exp.inputs;
19021902

1903-
// Propogate the literal/inputs/constant attributes
1903+
// Propagate the literal/inputs/constant attributes
19041904
// ... but not oneTime since we are handling it
19051905
oneTimeWatch.literal = parsedExpression.literal;
19061906
oneTimeWatch.constant = parsedExpression.constant;
@@ -1987,7 +1987,7 @@ function $ParseProvider() {
19871987
fn.$$intercepted = parsedExpression;
19881988
fn.$$interceptor = interceptorFn;
19891989

1990-
// Propogate the literal/oneTime/constant attributes
1990+
// Propagate the literal/oneTime/constant attributes
19911991
fn.literal = parsedExpression.literal;
19921992
fn.oneTime = parsedExpression.oneTime;
19931993
fn.constant = parsedExpression.constant;

0 commit comments

Comments
 (0)