From df9e9a0356edbd0614ee24fe63b64db070592c73 Mon Sep 17 00:00:00 2001 From: elebar15 Date: Sun, 9 Mar 2025 18:31:08 -0500 Subject: [PATCH] Corrected mispelling in English version --- src/config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.json b/src/config/config.json index 1b5ea38..44e247d 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -1374,7 +1374,7 @@ "titulo": "Deleting unused branches", "tituloCorto": "Deleting branches", "tareas": [ - "We have merged our changes with the main branch, so we won't be using mi_vesion anymore. Let's remove this branch.", + "We have merged our changes with the main branch, so we won't be using my_version anymore. Let's remove this branch.", "It is a good practice to delete unused branches, as, as our project increases, having many branches can be hard to maintain and many of the older branches can be left behind in updates.", "Type git branch -d, followed by the name of the branch we want to delete: my_version." ],