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

Commit 53ec33f

Browse files
dburrowsIgorMinar
authored andcommitted
docs($compile): fix typo
Closes #5599
1 parent 884ef0d commit 53ec33f

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)