From b86444f99dcdbe50bb0de7298ea95dba1a340f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 23 Oct 2022 20:04:00 -0300 Subject: [PATCH] git-worktree: fix typo in Spanish translation (#9299) --- pages.es/common/git-worktree.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.es/common/git-worktree.md b/pages.es/common/git-worktree.md index daf4627cf..d80d1771f 100644 --- a/pages.es/common/git-worktree.md +++ b/pages.es/common/git-worktree.md @@ -3,7 +3,7 @@ > Gestiona múltiples árboles de trabajo adjuntos al mismo repositorio. > Más información: . -- Crea un nuevo directorio con la rama específicada y se cambia él: +- Crea un nuevo directorio con la rama específicada y se cambia a él: `git worktree add {{ruta/al/directorio}} {{rama}}`