Skip to content

Commit

Permalink
Update README.es.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josemoracard authored Oct 18, 2023
1 parent 3204924 commit 35a3cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/02.2-maping-array-of-objects-to-li/README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const htmlList = originalData.map(mappingFunction);

## 📝 Instrucciones:

1. Usa el componente [list-group de bootstrap](https://getbootstrap.com/docs/4.1/components/list-group/#basic-example) para renderizar una lista de planetas de un arreglo dado:
1. Usa el componente [list-group de bootstrap](https://getbootstrap.com/docs/5.0/components/list-group/#basic-example) para renderizar una lista de planetas de un arreglo dado:

```js
const planets = [ 'Mars', 'Venus', 'Jupiter', 'Earth', 'Saturn', 'Neptune' ];
Expand Down

0 comments on commit 35a3cc6

Please sign in to comment.