diff options
| -rw-r--r-- | src/ng/directive/ngIf.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/ngIf.js b/src/ng/directive/ngIf.js index 00556539..b2811ab4 100644 --- a/src/ng/directive/ngIf.js +++ b/src/ng/directive/ngIf.js @@ -41,7 +41,7 @@ * @priority 600 * @param {expression} ngIf If the {@link guide/expression expression} is falsy then * the element is removed from the DOM tree. If it is truthy a copy of the compiled - * eleent is added to the DOM tree. + * element is added to the DOM tree. * * @example <example animations="true"> |
