1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 19:02:22 +01:00

Fix typos

This commit is contained in:
Kian-Meng Ang
2022-06-12 21:34:14 +08:00
committed by Martin Nordholts
parent ed4997c77c
commit f93d650708
2 changed files with 2 additions and 2 deletions

View File

@@ -550,7 +550,7 @@ bat --generate-config-file
# 在终端中以斜体输出文本(不是所有终端都支持)
--italic-text=always
# 使用 C++ 语法来给 Ardiuno 的 .ino 文件提供高亮
# 使用 C++ 语法来给 Arduino 的 .ino 文件提供高亮
--map-syntax "*.ino:C++"
```