diff --git a/www/apps/resources/app/contribution-guidelines/admin-translations/page.mdx b/www/apps/resources/app/contribution-guidelines/admin-translations/page.mdx index ab0d76481b..117c1f22db 100644 --- a/www/apps/resources/app/contribution-guidelines/admin-translations/page.mdx +++ b/www/apps/resources/app/contribution-guidelines/admin-translations/page.mdx @@ -39,7 +39,7 @@ yarn install 3. Create a branch that you'll use to open the pull request later: ```bash -git check -b feat/translate- +git checkout -b feat/translate- ``` Where `` is your language name. For example, `feat/translate-da`.