Skip to content

Commit 200d1a3

Browse files
Merge pull request #6 from gasp/patch-1
fix: typo color name
2 parents c1261a9 + af1a187 commit 200d1a3

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)