docs: Fix typo in Plugin generator description (#26051)

Signed-off-by: José Maia <josecbmaia@hotmail.com>
This commit is contained in:
José Maia
2026-01-19 11:27:42 +00:00
committed by GitHub
parent a9da448046
commit b911650616

View File

@@ -14,7 +14,7 @@ As of this writing there are nine generators:
- [SCM Provider generator](Generators-SCM-Provider.md): The SCM Provider generator uses the API of an SCM provider (eg GitHub) to automatically discover repositories within an organization.
- [Pull Request generator](Generators-Pull-Request.md): The Pull Request generator uses the API of an SCMaaS provider (eg GitHub) to automatically discover open pull requests within an repository.
- [Cluster Decision Resource generator](Generators-Cluster-Decision-Resource.md): The Cluster Decision Resource generator is used to interface with Kubernetes custom resources that use custom resource-specific logic to decide which set of Argo CD clusters to deploy to.
- [Plugin generator](Generators-Plugin.md): The Plugin generator make RPC HTTP request to provide parameters.
- [Plugin generator](Generators-Plugin.md): The Plugin generator makes RPC HTTP requests to provide parameters.
All generators can be filtered by using the [Post Selector](Generators-Post-Selector.md)