diff --git a/docs/developer-docs/latest/development/backend-customization/policies.md b/docs/developer-docs/latest/development/backend-customization/policies.md index 93863f3f24..ef7e244947 100644 --- a/docs/developer-docs/latest/development/backend-customization/policies.md +++ b/docs/developer-docs/latest/development/backend-customization/policies.md @@ -54,7 +54,6 @@ module.exports = (policyContext, config, { strapi }) => { } return false; // If you return nothing, Strapi considers you didn't want to block the request and will let it pass - } }; ```