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

Commit 6c0f965

Browse files
authored
docs(guide): update fix dependency injection docs from Google Docs
Couple of typos fixed: - indentation - start periodic checking - missing brace
1 parent d8ba103 commit 6c0f965

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
@@ -14,8 +14,7 @@ and providing them to other components as requested.
1414

1515
## Using Dependency Injection
1616

17-
Dependency Injection is pervasive throughout AngularJS.
18-
You can use it when defining components
17+
Dependency Injection is pervasive throughout AngularJS. You can use it when defining components
1918
or when providing `run` and `config` blocks for a module.
2019

2120
- {@link angular.Module#service Services}, {@link angular.Module#directive directives},

0 commit comments

Comments
 (0)