We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8894b34 commit ea3bf55Copy full SHA for ea3bf55
content/docs/security/authorization.md
@@ -605,8 +605,8 @@ export default InitializeBouncerMiddleware {
605
```ts
606
// title: app/policies/main.ts
607
export const policies = {
608
- PostPolicy: () => import('#polices/post_policy'),
609
- CommentPolicy: () => import('#polices/comment_policy')
+ PostPolicy: () => import('#policies/post_policy'),
+ CommentPolicy: () => import('#policies/comment_policy')
610
}
611
```
612
0 commit comments