Skip to content

Commit c313fa6

Browse files
committed
03.2-a-real-component
1 parent da44b46 commit c313fa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/03.2-a-real-component/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ En el ejericio anterior hemos creado nuestro primer componente llamado **PrintHe
55
<PrintHello />
66
```
77

8-
Ahora, vamos a crear un nuevo componente (función) llamado **"Card"** que generará el siguiente HTML:
8+
Ahora, vamos a crear un nuevo componente (función) llamado **`<BoostrapCard />`** que generará el siguiente HTML:
99

1010
```jsx
1111
<div class="card m-5">

exercises/03.2-a-real-component/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In the past exercise we created our first component called **`PrintHello`** and
1010
<PrintHello />
1111
```
1212

13-
Now let's create another component (function) called **`Card`** that outputs the following HTML:
13+
Now let's create another component (function) called **`<BoostrapCard />`** that outputs the following HTML:
1414

1515
```jsx
1616
<div class="card m-5">

0 commit comments

Comments
 (0)