Skip to content

Commit ea3bf55

Browse files
authored
Update authorization.md (#163)
1 parent 8894b34 commit ea3bf55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/security/authorization.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -605,8 +605,8 @@ export default InitializeBouncerMiddleware {
605605
```ts
606606
// title: app/policies/main.ts
607607
export const policies = {
608-
PostPolicy: () => import('#polices/post_policy'),
609-
CommentPolicy: () => import('#polices/comment_policy')
608+
PostPolicy: () => import('#policies/post_policy'),
609+
CommentPolicy: () => import('#policies/comment_policy')
610610
}
611611
```
612612

0 commit comments

Comments
 (0)