Skip to content

Commit 1497c6c

Browse files
pomerantsevpetebacondarwin
authored andcommitted
docs(guide/providers): fix typo
Closes angular#5102
1 parent e41e445 commit 1497c6c

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
@@ -110,7 +110,7 @@ myApp.factory('clientId', function clientIdFactory() {
110110
But given that the token is just a string literal, sticking with the Value recipe is still more
111111
appropriate as it makes the code easier to follow.
112112

113-
Let's say, however, that we would also like create a service that computes a token used for
113+
Let's say, however, that we would also like to create a service that computes a token used for
114114
authentication against a remote API. This token will be called 'apiToken' and will be computed
115115
based on the `clientId` value and a secret stored in browser's local storage:
116116

0 commit comments

Comments
 (0)