Skip to content

Commit e7a3aa2

Browse files
suhajdabjamesdaily
authored andcommitted
docs(ngIf): fix typo
Closes angular#4512
1 parent 54acf03 commit e7a3aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngIf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* @priority 600
4242
* @param {expression} ngIf If the {@link guide/expression expression} is falsy then
4343
* the element is removed from the DOM tree. If it is truthy a copy of the compiled
44-
* eleent is added to the DOM tree.
44+
* element is added to the DOM tree.
4545
*
4646
* @example
4747
<example animations="true">

0 commit comments

Comments
 (0)