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.