Skip to content

Commit

Permalink
docs: fix options type
Browse files Browse the repository at this point in the history
Change options type from Object to object
  • Loading branch information
emonddr committed Jun 19, 2019
1 parent fa3c6fb commit 0737e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/decorators/Decorators_authenticate.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permalink: /doc/en/lb4/Decorators_authenticate.html

## Authentication Decorator

Syntax: `@authenticate(strategyName: string, options?: Object)`
Syntax: `@authenticate(strategyName: string, options?: object)`

Marks a controller method as needing an authenticated user. This decorator
requires a strategy name as a parameter.
Expand Down

0 comments on commit 0737e39

Please sign in to comment.