From 40a17d0e72da3edda3dead2eaca23bbd2a678fec Mon Sep 17 00:00:00 2001 From: 0xJacky Date: Wed, 17 Jan 2024 14:35:10 +0800 Subject: [PATCH] fix(docs): translation issue in guide/nginx-ui-template.md --- docs/guide/nginx-ui-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/nginx-ui-template.md b/docs/guide/nginx-ui-template.md index dbbf20a4..8492e033 100644 --- a/docs/guide/nginx-ui-template.md +++ b/docs/guide/nginx-ui-template.md @@ -55,7 +55,7 @@ The file header includes the following fields: | `variables.VariableName.name` | Variable display name, is a toml dictionary to support multi-language | toml dictionary | No | | `variables.VariableName.value` | Default value of the variable | boolean/string (according to type definition) | No | -示例如下: +Example: ```toml # Nginx UI Template Start