From 811a004c036489ada21616e3e89b2defda2d6f55 Mon Sep 17 00:00:00 2001 From: Leonardo Cabeza Date: Thu, 15 Feb 2024 03:34:09 -0500 Subject: [PATCH] fix: typo in git checkout command (#6403) typo in a git command --- www/apps/docs/content/contribution/admin-translations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/docs/content/contribution/admin-translations.md b/www/apps/docs/content/contribution/admin-translations.md index f0c773b306..bff6648b30 100644 --- a/www/apps/docs/content/contribution/admin-translations.md +++ b/www/apps/docs/content/contribution/admin-translations.md @@ -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- +git checkout -b feat/translate- ``` Where `` is your language name. For example, `feat/translate-da`.