diff options
author | Max Schumacher <maximilianbschumacher@gmail.com> | 2020-01-28 11:41:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-28 11:41:38 +0100 |
commit | 48160226d8214182f3041d604f8f544a572932a8 (patch) | |
tree | a6ebabe2595bdceeceebb02ac20c88bcc15bde38 | |
parent | 8046f6fad8e415c9df4c66ebfae1effd53e507db (diff) | |
parent | e56ce64385645898c57aa4887a93750063f25181 (diff) |
Merge pull request #3816 from Fotia5230/patch-2
[Git/zh-CN] Fixed typo
-rw-r--r-- | zh-cn/git-cn.html.markdown | 2 |
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" ``` |