docs: update CONTRIBUTING.md (#140)

offical -> official
This commit is contained in:
Ikko Eltociear Ashimine 2024-03-26 00:24:57 +09:00 committed by GitHub
parent 8a64d7c912
commit bc9c9198c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ git remote -v
You should see both `origin` and `upstream` in the output. You should see both `origin` and `upstream` in the output.
### 3. Synchronize with Official Repository ### 3. Synchronize with Official Repository
Synchronize latest commit with offical repository before coding. Synchronize latest commit with official repository before coding.
```shell ```shell
git fetch upstream git fetch upstream