Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
docs($parse): fix typo in parse.js
Propogate -> Propagate
  • Loading branch information
eltociear authored and petebacondarwin committed Apr 22, 2021
1 parent 02545a8 commit e29900c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ng/parse.js
Expand Up @@ -1900,7 +1900,7 @@ function $ParseProvider() {

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

// Propogate the literal/inputs/constant attributes
// Propagate the literal/inputs/constant attributes
// ... but not oneTime since we are handling it
oneTimeWatch.literal = parsedExpression.literal;
oneTimeWatch.constant = parsedExpression.constant;
Expand Down Expand Up @@ -1987,7 +1987,7 @@ function $ParseProvider() {
fn.$$intercepted = parsedExpression;
fn.$$interceptor = interceptorFn;

// Propogate the literal/oneTime/constant attributes
// Propagate the literal/oneTime/constant attributes
fn.literal = parsedExpression.literal;
fn.oneTime = parsedExpression.oneTime;
fn.constant = parsedExpression.constant;
Expand Down

0 comments on commit e29900c

Please sign in to comment.