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