From 9d8c557d097c84b1a94eea42aba60a371086fc57 Mon Sep 17 00:00:00 2001 From: karlon2022 <99146020+karlon2022@users.noreply.github.com> Date: Tue, 5 May 2026 02:56:59 +0000 Subject: [PATCH] =?UTF-8?q?Corregir=20error=20ortogr=C3=A1fico=20VUE=20por?= =?UTF-8?q?=20Vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exercises/00-welcome/README.es.md | 2 +- exercises/00-welcome/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/00-welcome/README.es.md b/exercises/00-welcome/README.es.md index fff24c3..72b1cdf 100644 --- a/exercises/00-welcome/README.es.md +++ b/exercises/00-welcome/README.es.md @@ -12,7 +12,7 @@ Durante este curso aprenderás los siguientes conceptos: 1. **Usar JSX**: Una gran sintaxis propuesta por Facebook que mezcla HTML y JS en el mismo documento para ayudarte a escribir HTML dinámico. -2. **Cómo construir componentes en React.js**: La web ahora se está haciendo con componentes: Angular, VUE, React, etc. Todos ellos proponen desarrollo "orientado a componentes". +2. **Cómo construir componentes en React.js**: La web ahora se está haciendo con componentes: Angular, Vue, React, etc. Todos ellos proponen desarrollo "orientado a componentes". 3. **Todos los tips para generar HTML dinámico**: Al final, es el objetivo principal del desarrollador front-end: Crear HTML dinámico. diff --git a/exercises/00-welcome/README.md b/exercises/00-welcome/README.md index ccad007..5aada0e 100644 --- a/exercises/00-welcome/README.md +++ b/exercises/00-welcome/README.md @@ -12,7 +12,7 @@ During this course, you will be learning the following concepts: 1. **Using JSX**: A great syntax proposed by Facebook that mixes HTML and JS in the same file to help you write dynamic HTML. -2. **How to build components with React.js**: The web is now being made using components: Angular, VUE, React, etc. All of them propose "component oriented" developments. +2. **How to build components with React.js**: The web is now being made using components: Angular, Vue, React, etc. All of them propose "component oriented" developments. 3. **All the tips to generate dynamic HTML**: In the end, that is the main front-end developer objective: Creating dynamic HTML.