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

Commit 924abda

Browse files
suhajdabpetebacondarwin
authored andcommitted
docs(ngIf): fix typo
Closes #4512
1 parent c1e6afc commit 924abda

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)