Skip to content

Commit e4d54a0

Browse files
committed
Fix missing word in docs.
1 parent 251af5d commit e4d54a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2.0-major-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ export {
816816
817817
With FeathersJS version 4, the user is returned in the authentication response, by default. This means that it's no longer required to provide a `userService` option to populate the user. 👍
818818
819-
If you would like to enable backwards compatibility with the previous version of Feathers, pass the below code in to the
819+
If you would like to enable backwards compatibility with the previous version of Feathers, pass the below code in the makeAuthPlugin.
820820
821821
```js
822822
makeAuthPlugin({

0 commit comments

Comments
 (0)