From a3fb9aeef8656f150cd4c8f31de700ee0ceeafd7 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 3 Feb 2026 13:22:48 +0800 Subject: [PATCH] Fix HTML entity encoding in plugins documentation --- docs/plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins.md b/docs/plugins.md index d047a7388ebe..6289dc327787 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -162,8 +162,8 @@ This gives access to the following tasks: | Task | Description | |---------------------------|---------------------------------------------------------------------------------------------| -| .generate | Generate code via Open API Tools Generator for Open API 2.0 or 3.x specification documents. | -| .validateSpec | Validates the configured spec | +| <configName>.generate | Generate code via Open API Tools Generator for Open API 2.0 or 3.x specification documents. | +| <configName>.validateSpec | Validates the configured spec | and a command