diff --git a/docs/hooks/overview.mdx b/docs/hooks/overview.mdx index 9f3f84b3b5..b0d4585fe5 100644 --- a/docs/hooks/overview.mdx +++ b/docs/hooks/overview.mdx @@ -36,7 +36,7 @@ If your Hook simply performs a side-effect, such as updating a CRM, it might be #### Server-only execution -Payload Hooks do not have any effect within the Payload Admin panel. You can safely [remove your hooks](/docs/admin/webpack#aliasing-server-only-modules) from your Admin panel's code by customizing the Webpack config, which not only keeps your Admin bundles' filesize small but also ensures that any server-side only code does not cause problems within browser environments. +Payload Hooks are only triggered on the server. You can safely [remove your hooks](/docs/admin/webpack#aliasing-server-only-modules) from your Admin panel's client-side code by customizing the Webpack config, which not only keeps your Admin bundles' filesize small but also ensures that any server-side only code does not cause problems within browser environments. ## Hook Types