fix: typo in git checkout command (#6403)

typo in a git command
This commit is contained in:
Leonardo Cabeza
2024-02-15 03:34:09 -05:00
committed by GitHub
parent fafde4f54d
commit 811a004c03

View File

@@ -28,7 +28,7 @@ If you already have it cloned, make sure to pull the latest changes from the `de
2\. Create a branch that will be used to open the pull request later:
```bash
git check -b feat/translate-<LANGUAGE>
git checkout -b feat/translate-<LANGUAGE>
```
Where `<LANGUAGE>` is your language name. For example, `feat/translate-da`.