This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new e9f9526bffc [typo](docs) fix SHOW COLLATION example command (#3366)
e9f9526bffc is described below
commit e9f9526bffcf5f341985e3a9259472cf09dccf99
Author: Yongqiang YANG <[email protected]>
AuthorDate: Tue Feb 10 11:15:42 2026 -0800
[typo](docs) fix SHOW COLLATION example command (#3366)
## Summary
- verify #2718 still applies: example command in zh `SHOW-COLLATION.md`
uses `how collation;`
- fix typo to `show collation;`
- keep commit signed with original author identity
## Reference
- redoes issue intent from #2718
Co-authored-by: chengwei <[email protected]>
---
.../sql-manual/sql-reference/Show-Statements/SHOW-COLLATION.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Show-Statements/SHOW-COLLATION.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Show-Statements/SHOW-COLLATION.md
index 5dbf02d5e23..bbb49dcce95 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Show-Statements/SHOW-COLLATION.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Show-Statements/SHOW-COLLATION.md
@@ -29,7 +29,7 @@ SHOW COLLATION
## 示例
```sql
-how collation;
+show collation;
```
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]