Skip to content

Commit

Permalink
docs($compile): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dburrows authored and jamesdaily committed Jan 27, 2014
1 parent 2ae9880 commit 8c2209a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @function
*
* @description
* Compiles a piece of HTML string or DOM into a template and produces a template function, which
* Compiles an HTML string or DOM into a template and produces a template function, which
* can then be used to link {@link ng.$rootScope.Scope `scope`} and the template together.
*
* The compilation is a process of walking the DOM tree and matching DOM elements to
Expand Down

0 comments on commit 8c2209a

Please sign in to comment.