Skip to content

Commit

Permalink
fix: add missing word (#3237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot67 authored Jul 17, 2023
1 parent 5e520f3 commit 9a32184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/authentication/strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ An authentication strategy is any object or class that implements at least an [a
- [LocalStrategy](./local.md) in `@feathersjs/authentication-local`
- [OAuthStrategy](./oauth.md) in `@feathersjs/authentication-oauth`

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.
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.

## setName(name)

Expand Down

0 comments on commit 9a32184

Please sign in to comment.