summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFotia5230 <huohuo5230@gmail.com>2020-01-13 14:32:00 +0800
committerGitHub <noreply@github.com>2020-01-13 14:32:00 +0800
commite56ce64385645898c57aa4887a93750063f25181 (patch)
tree76356199dc6f536bd7643db60775daab0662ae3a
parent1eecfded69cf0e92b7483ded18d4b2b830f37b47 (diff)
Update git-cn.html.markdown
-rw-r--r--zh-cn/git-cn.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/git-cn.html.markdown b/zh-cn/git-cn.html.markdown
index d471ab5d..63d740a1 100644
--- a/zh-cn/git-cn.html.markdown
+++ b/zh-cn/git-cn.html.markdown
@@ -234,7 +234,7 @@ $ git diff HEAD
# 在搜索结果中显示行号
$ git config --global grep.lineNumber true
-# 是搜索结果可读性更好
+# 使得搜索结果可读性更好
$ git config --global alias.g "grep --break --heading --line-number"
```