fix(docs): translation issue in guide/nginx-ui-template.md

This commit is contained in:
0xJacky 2024-01-17 14:35:10 +08:00
parent 49f70bc9e9
commit 40a17d0e72
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0

View file

@ -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