From 1497c6c1fb9783855802d2a81b6e3ec9b9b6bb66 Mon Sep 17 00:00:00 2001 From: Pavel Pomerantsev Date: Sat, 23 Nov 2013 23:45:26 +0400 Subject: docs(guide/providers): fix typo Closes #5102 --- docs/content/guide/providers.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/providers.ngdoc') diff --git a/docs/content/guide/providers.ngdoc b/docs/content/guide/providers.ngdoc index ae374f07..f0d33b51 100644 --- a/docs/content/guide/providers.ngdoc +++ b/docs/content/guide/providers.ngdoc @@ -110,7 +110,7 @@ myApp.factory('clientId', function clientIdFactory() { But given that the token is just a string literal, sticking with the Value recipe is still more appropriate as it makes the code easier to follow. -Let's say, however, that we would also like create a service that computes a token used for +Let's say, however, that we would also like to create a service that computes a token used for authentication against a remote API. This token will be called 'apiToken' and will be computed based on the `clientId` value and a secret stored in browser's local storage: -- cgit v1.2.3