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

Commit c550c12

Browse files
corburncaitp
authored andcommitted
docs(guide): fix dropped word in controller description
Closes #7026
1 parent 651caff commit c550c12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/content/guide/di.ngdoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,7 @@ someModule.controller('MyController', ['$scope', 'dep1', 'dep2', function($scope
283283
This avoids the creation of global functions for controllers and also protects against minification.
284284

285285
Controllers are special in that, unlike services, there can be many instances of them in the
286-
application. For example, there would be one instance of a for every instance of the `ng-controller`
287-
directive in the template.
286+
application. For example, there would be one instance for every `ng-controller` directive in the template.
288287

289288
Moreover, additional dependencies are made available to Controllers:
290289

0 commit comments

Comments
 (0)