Skip to content

Commit aaa3500

Browse files
authored
Fix HTML entity encoding in plugins documentation (#22883)
1 parent 7c5f7cf commit aaa3500

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ This gives access to the following tasks:
162162

163163
| Task | Description |
164164
|---------------------------|---------------------------------------------------------------------------------------------|
165-
| <configName>.generate | Generate code via Open API Tools Generator for Open API 2.0 or 3.x specification documents. |
166-
| <configName>.validateSpec | Validates the configured spec |
165+
| &lt;configName&gt;.generate | Generate code via Open API Tools Generator for Open API 2.0 or 3.x specification documents. |
166+
| &lt;configName&gt;.validateSpec | Validates the configured spec |
167167

168168
and a command
169169

0 commit comments

Comments
 (0)