From 9a321848767e31176660d6937f8fa6d83ba215bd Mon Sep 17 00:00:00 2001 From: Elliot Lintz <45725915+Elliot67@users.noreply.github.com> Date: Mon, 17 Jul 2023 20:57:59 +0200 Subject: [PATCH] fix: add missing word (#3237) --- docs/api/authentication/strategy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/authentication/strategy.md b/docs/api/authentication/strategy.md index 3be42109fd..d001de5404 100644 --- a/docs/api/authentication/strategy.md +++ b/docs/api/authentication/strategy.md @@ -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)