Skip to content

Commit

Permalink
Update policies.md (#1930)
Browse files Browse the repository at this point in the history
`plugins::` should be `plugin::`
  • Loading branch information
laurenskling authored Nov 28, 2023
1 parent 4feae11 commit 41ab304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus/docs/dev-docs/backend-customization/policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ module.exports = {
The `isAuthenticated` policy prodived with the `users-permissions` plugin
is executed before the `find` action in the `Restaurant.js` controller.
*/
policies: ['plugins::users-permissions.isAuthenticated']
policies: ['plugin::users-permissions.isAuthenticated']
}
}
]
Expand All @@ -229,7 +229,7 @@ export default {
The `isAuthenticated` policy prodived with the `users-permissions` plugin
is executed before the `find` action in the `Restaurant.js` controller.
*/
policies: ['plugins::users-permissions.isAuthenticated']
policies: ['plugin::users-permissions.isAuthenticated']
}
}
]
Expand Down

1 comment on commit 41ab304

@vercel
Copy link

@vercel vercel bot commented on 41ab304 Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

docs-vercel-v4.strapi.io
documentation-strapijs.vercel.app
documentation-git-main-strapijs.vercel.app

Please sign in to comment.