From 66898124b1b2198b0d225882119b08897654572f Mon Sep 17 00:00:00 2001 From: gharbi-mohamed-dev <133573945+gharbi-mohamed-dev@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:08:28 +0100 Subject: [PATCH] docs: fix typo in admin translations guide (#11043) --- .../app/contribution-guidelines/admin-translations/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.