summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author一个不知名の睡觉高手 <i@mdzz.name>2024-03-20 16:33:39 +0800
committerMartin Nordholts <enselic@gmail.com>2024-04-04 06:01:37 +0200
commite8d777b73a270330e240a64635851e2342c56323 (patch)
treecaee271a094db004b36bdccae254b416e222d9ae
parent3cff44b652c78c7a4a81566cd01a3052abd219f5 (diff)
fix: some typos
-rw-r--r--doc/README-zh.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README-zh.md b/doc/README-zh.md
index 1fea0577..007afb3e 100644
--- a/doc/README-zh.md
+++ b/doc/README-zh.md
@@ -412,7 +412,7 @@ bat --list-themes | fzf --preview="bat --theme={} --color=always /path/to/file"
### 输出样式
-你可以用`--style`参数来控制`bat`输出的样式。使用`--style=numbers,chanegs`可以只开启 Git 修改和行号显示而不添加其他内容。`BAT_STYLE`环境变量具有相同功能。
+你可以用`--style`参数来控制`bat`输出的样式。使用`--style=numbers,changes`可以只开启 Git 修改和行号显示而不添加其他内容。`BAT_STYLE`环境变量具有相同功能。
### 添加新的语言和语法