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."
],