Skip to content

Commit 8c2209a

Browse files
dburrowsjamesdaily
authored andcommitted
docs($compile): fix typo
Closes angular#5599
1 parent 2ae9880 commit 8c2209a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/compile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* @function
2525
*
2626
* @description
27-
* Compiles a piece of HTML string or DOM into a template and produces a template function, which
27+
* Compiles an HTML string or DOM into a template and produces a template function, which
2828
* can then be used to link {@link ng.$rootScope.Scope `scope`} and the template together.
2929
*
3030
* The compilation is a process of walking the DOM tree and matching DOM elements to

0 commit comments

Comments
 (0)