From 545949dafc761059c73d83c14d9d328643b0ddce Mon Sep 17 00:00:00 2001 From: Himanshu Date: Mon, 2 Sep 2024 04:28:41 +0530 Subject: [PATCH] docs: fix typo (modifing => modifying) (#7846) --- docs/hooks/overview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hooks/overview.mdx b/docs/hooks/overview.mdx index 807d5520ad..9f2fe3b4f6 100644 --- a/docs/hooks/overview.mdx +++ b/docs/hooks/overview.mdx @@ -2,13 +2,13 @@ title: Hooks Overview label: Overview order: 10 -desc: Hooks allow you to add your own logic to Payload, including integrating with third-party APIs, adding auto-generated data, or modifing Payload's base functionality. +desc: Hooks allow you to add your own logic to Payload, including integrating with third-party APIs, adding auto-generated data, or modifying Payload's base functionality. keywords: hooks, overview, config, configuration, documentation, Content Management System, cms, headless, javascript, node, react, express --- Hooks are powerful ways to tie into existing Payload actions in order to add your own logic like - integrating with third-party APIs, adding auto-generated data, or modifing Payload's base + integrating with third-party APIs, adding auto-generated data, or modifying Payload's base functionality.