Skip to content

Commit af1a187

Browse files
authored
fix: typo color name
la color inicial del coche tene que ser diferente de la color de la pintar
1 parent c1261a9 commit af1a187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ function pintarCoche(coche) {
199199
const Coche = {
200200
marca: "Honda",
201201
modelo: "Accord",
202-
color: "Rojo"
202+
color: "Azul"
203203
};
204204

205205
function pintarCoche(coche) {

0 commit comments

Comments
 (0)