diff --git a/docs/3.0.0-beta.x/guides/is-owner.md b/docs/3.0.0-beta.x/guides/is-owner.md index 06cfd8060a..2e03bf80a4 100644 --- a/docs/3.0.0-beta.x/guides/is-owner.md +++ b/docs/3.0.0-beta.x/guides/is-owner.md @@ -126,3 +126,7 @@ module.exports = { ``` And tada! + +::: tip +For the delete action, it will be the exact same check than the update action. +:::