Skip to content

Commit

Permalink
docs(guide/concepts): insert comma
Browse files Browse the repository at this point in the history
  • Loading branch information
JonyD authored and gkalpak committed Sep 21, 2016
1 parent 8d4d3d5 commit cf241c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guide/concepts.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ More accurately, the file specifies a constructor function that will be used to
controller instance. The purpose of controllers is to expose variables and functionality to
expressions and directives.

Besides the new file that contains the controller code we also added an
Besides the new file that contains the controller code, we also added an
{@link ng.directive:ngController `ng-controller`} directive to the HTML.
This directive tells Angular that the new `InvoiceController` is responsible for the element with the directive
and all of the element's children.
Expand Down

0 comments on commit cf241c4

Please sign in to comment.