Skip to content

Commit 0bd0ef7

Browse files
johnlindquistIgorMinar
authored andcommitted
docs($compile) "updateh"->"updated"
1 parent 0c7252f commit 0bd0ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/compiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
* Calling the linking function returns the element of the template. It is either the original element
9191
* passed in, or the clone of the element if the `cloneAttachFn` is provided.
9292
*
93-
* After linking the view is not updateh until after a call to $digest which typically is done by
93+
* After linking the view is not updated until after a call to $digest which typically is done by
9494
* Angular automatically.
9595
*
9696
* If you need access to the bound view, there are two ways to do it:

0 commit comments

Comments
 (0)