From e936587c29b8662a5d6128c19d58a3f8fa3c48c4 Mon Sep 17 00:00:00 2001 From: Jerome Tan Date: Mon, 23 Jul 2018 22:53:12 +0800 Subject: [PATCH] bugfix: a typo in CONTRIBUTTING.md Signed-off-by: Jerome Tan --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a004c2c2d..d56784117 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,7 +78,7 @@ git remote add upstream https://github.com/alibaba/pouch.git git remote set-url --push upstream no-pushing ``` -With this remote setting, you can check you git remote configuration like this: +With this remote setting, you can check your git remote configuration like this: ``` $ git remote -v