Skip to content

Commit 9a32184

Browse files
authored
fix: add missing word (#3237)
1 parent 5e520f3 commit 9a32184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/authentication/strategy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ An authentication strategy is any object or class that implements at least an [a
1010
- [LocalStrategy](./local.md) in `@feathersjs/authentication-local`
1111
- [OAuthStrategy](./oauth.md) in `@feathersjs/authentication-oauth`
1212

13-
More details on how to customize existing strategies can be found in their API documentation. This section describes the common methods for all authentication strategies and how a custom authentication strategy can implemented.
13+
More details on how to customize existing strategies can be found in their API documentation. This section describes the common methods for all authentication strategies and how a custom authentication strategy can be implemented.
1414

1515
## setName(name)
1616

0 commit comments

Comments
 (0)