docs: remove duplicated period in plugins.md (#24746)

Signed-off-by: Masato Gosui <82705154+nekomachi-touge@users.noreply.github.com>
This commit is contained in:
Masato Gosui
2025-09-26 22:32:32 +09:00
committed by GitHub
parent 74a3275df2
commit 42477a5fcd

View File

@@ -5,7 +5,7 @@
This guide demonstrates how to write plugins for the
`argocd` CLI tool. Plugins are a way to extend `argocd` CLI with new sub-commands,
allowing for custom features which are not part of the default distribution
of the `argocd` CLI..
of the `argocd` CLI.
If you would like to take a look at the original proposal, head over to this [enhancement proposal](../proposals/argocd-cli-pluin.md).
It covers how the plugin mechanism works, its benefits, motivations, and the goals it aims to achieve.