[Docs] Fix a typo in CONTRIBUTING.md (#2485)

pull/2460/head^2
Zhengwentai SUN 2022-12-12 19:50:53 +08:00 committed by GitHub
parent 4e67e481a0
commit 4c4ac6b43f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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