From 8f27f85023c6edee0f32e685f1241f976675ee1e Mon Sep 17 00:00:00 2001 From: "Pavel B." Date: Thu, 30 Jan 2025 03:20:17 +0100 Subject: [PATCH] docs: fix typo on overview.mdx (#10877) Remove repeated `developers` word. ### What? There was a typo on the plugins overview page, where `developers developers` was used twice in a row. Mb that was a quote from Steve Balmer idk. ### Why? Docs should be pristine. ### How? Removed the word. --- docs/plugins/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/overview.mdx b/docs/plugins/overview.mdx index ee6be54a1b..1253d0ab86 100644 --- a/docs/plugins/overview.mdx +++ b/docs/plugins/overview.mdx @@ -6,7 +6,7 @@ desc: Plugins provide a great way to modularize Payload functionalities into eas keywords: plugins, config, configuration, extensions, custom, documentation, Content Management System, cms, headless, javascript, node, react, nextjs --- -Payload Plugins take full advantage of the modularity of the [Payload Config](../configuration/overview), allowing developers developers to easily inject custom—sometimes complex—functionality into Payload apps from a very small touch-point. This is especially useful is sharing your work across multiple projects or with the greater Payload community. +Payload Plugins take full advantage of the modularity of the [Payload Config](../configuration/overview), allowing developers to easily inject custom—sometimes complex—functionality into Payload apps from a very small touch-point. This is especially useful is sharing your work across multiple projects or with the greater Payload community. There are many [Official Plugins](#official-plugins) available that solve for some of the most common uses cases, such as the [Form Builder Plugin](./form-builder) or [SEO Plugin](./seo). There are also [Community Plugins](#community-plugins) available, maintained entirely by contributing members. To extend Payload's functionality in some other way, you can easily [build your own plugin](./build-your-own).