From 924abdae9f48b5265d8cc5d1eae94e32741ecaf4 Mon Sep 17 00:00:00 2001 From: Balázs Suhajda Date: Fri, 18 Oct 2013 14:06:03 +0200 Subject: docs(ngIf): fix typo Closes #4512 --- src/ng/directive/ngIf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3