Skip to content
Prev Previous commit
Next Next commit
Update docusaurus/docs/cms/plugins-development/guides/admin-permissio…
…ns-for-plugins.md
  • Loading branch information
pwizla authored Oct 30, 2025
commit b1aa48a5c2f821c29995947f6916b9f6942c9e70
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To create admin permissions for your Strapi plugin, you'll need to register them

## Register the permissions server side

Each individual permission has to registered in the bootstrap function of your plugin. You can do that as follows:
Each individual permission has to registered in the bootstrap function of your plugin, as follows:

<Tabs groupId="js-ts">

Expand Down