From d23bcf4eb12d272b521538668a305d67e2836e7d Mon Sep 17 00:00:00 2001 From: Jonathan Sampson Date: Sun, 6 Apr 2014 21:50:50 -0400 Subject: [PATCH] Improving intelligibility of note It seems as though this sentence wasn't written the way it was originally planned. I did my best to approximate the intent of the original author. --- docs/content/guide/providers.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/providers.ngdoc b/docs/content/guide/providers.ngdoc index 1297865edb65..fef2c95bcbf7 100644 --- a/docs/content/guide/providers.ngdoc +++ b/docs/content/guide/providers.ngdoc @@ -133,7 +133,7 @@ on `clientId` service. The factory service then uses NSA-proof encryption to pro token. Note: It is a best practice to name the factory functions as "Factory" -(e.g. apiTokenFactory). While this names are not required, they help when navigating the code base +(e.g. apiTokenFactory). While this naming convention is not required, it helps when navigating the code base or looking at stack traces in the debugger. Just like with Value recipe, Factory recipe can create a service of any type, whether it be a