From 4c4ac6b43ffd55cdea6b68aba75567d64cb2cdc1 Mon Sep 17 00:00:00 2001 From: Zhengwentai SUN <31286290+Taited@users.noreply.github.com> Date: Mon, 12 Dec 2022 19:50:53 +0800 Subject: [PATCH] [Docs] Fix a typo in CONTRIBUTING.md (#2485) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a60cd9943..f9b4430e9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ Then, you can clone the repositories to local: git clone git@github.com:{username}/mmcv.git ``` -After that, you should ddd official repository as the upstream repository +After that, you should add official repository as the upstream repository ```bash git remote add upstream git@github.com:open-mmlab/mmcv