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

Commit cf241c4

Browse files
JonyDgkalpak
authored andcommitted
docs(guide/concepts): insert comma
Closes #15166
1 parent 8d4d3d5 commit cf241c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/concepts.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ More accurately, the file specifies a constructor function that will be used to
155155
controller instance. The purpose of controllers is to expose variables and functionality to
156156
expressions and directives.
157157

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

0 commit comments

Comments
 (0)