Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08e6b88

Browse files
oivviobtford
authored andcommitted
docs(guide/providers): fix grammar
1 parent 9227a5d commit 08e6b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/providers.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ myApp.factory('apiToken', ['clientId', function apiTokenFactory(clientId) {
129129
```
130130

131131
In the code above, we see how the `apiToken` service is defined via the Factory recipe that depends
132-
on `clientId` service. The factory service then uses NSA-proof encryption to produce an authentication
132+
on the `clientId` service. The factory service then uses NSA-proof encryption to produce an authentication
133133
token.
134134

135135
Note: It is best practice to name the factory functions as `<serviceId>Factory`

0 commit comments

Comments
 (0)