Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 28613f0

Browse files
jonathansampsoncaitp
authored andcommitted
docs(guide/providers): fix grammar in note regarding factory naming conventions
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. Closes #7022
1 parent 64d4046 commit 28613f0

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
@@ -133,7 +133,7 @@ on `clientId` service. The factory service then uses NSA-proof encryption to pro
133133
token.
134134

135135
Note: It is a best practice to name the factory functions as "<serviceId>Factory"
136-
(e.g. apiTokenFactory). While this names are not required, they help when navigating the code base
136+
(e.g. apiTokenFactory). While this naming convention is not required, it helps when navigating the code base
137137
or looking at stack traces in the debugger.
138138

139139
Just like with Value recipe, Factory recipe can create a service of any type, whether it be a

0 commit comments

Comments
 (0)