From 4e12a861065592acae6b028a399372a13e5dfb21 Mon Sep 17 00:00:00 2001
From: Ryan <cumt.xiaochi@gmail.com>
Date: Tue, 10 Dec 2013 22:17:51 +0800
Subject: [PATCH] fix typo

or that is not a typo?
I'm not sure, so I request a pull, you make the choice.
---
 zh-cn/git-cn.html.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zh-cn/git-cn.html.markdown b/zh-cn/git-cn.html.markdown
index 86952eba..6a45bd9e 100755
--- a/zh-cn/git-cn.html.markdown
+++ b/zh-cn/git-cn.html.markdown
@@ -349,7 +349,7 @@ $ git reset --hard 31f2bb1
 
 ### rm
 
-和add相反,从工作空间中去掉某个文件爱你
+和add相反,从工作空间中去掉某个文件
 
 ```bash
 # 移除 HelloWorld.c