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

Commit 1159b1e

Browse files
mgolkambleaa007
andauthored
Update docs/content/guide/di.ngdoc
Co-Authored-By: kambleaa007 <[email protected]>
1 parent f2caa0e commit 1159b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/di.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Here is an example of using the injector service:
284284
// Provide the wiring information in a module
285285
var myModule = angular.module('myModule', []);
286286
```
287-
Notice that `myModule` depends upon no other modules as the second parameter is an empty array.
287+
Notice that `myModule` depends upon no other modules as the second parameter is an empty array.
288288
Dependent is always need dependency object to be injected inside it.
289289

290290
Teach the injector how to build a `greeter` service. Notice that `greeter` is dependent on the

0 commit comments

Comments
 (0)