From 4d0febd38000c2a9d5543d99f04e0f8ea907193c Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Thu, 11 Jan 2024 23:14:57 +0100 Subject: [PATCH] docs: fix schema name-version description --- rel/i18n/emqx_plugins_schema.hocon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rel/i18n/emqx_plugins_schema.hocon b/rel/i18n/emqx_plugins_schema.hocon index b72c87054..af1fb4a0b 100644 --- a/rel/i18n/emqx_plugins_schema.hocon +++ b/rel/i18n/emqx_plugins_schema.hocon @@ -22,9 +22,9 @@ install_dir.label: """Install Directory""" name_vsn.desc: -"""The {name}-{version} of the plugin.
-It should match the plugin application name-version as the for the plugin release package name
-For example: my_plugin-0.1.0.""" +"""The `{name}-{version}` of the plugin.
+It should match the plugin application name-version as plugin release package name
+For example: `my_plugin-0.1.0`.""" name_vsn.label: """Name-Version"""