Skip to content

Commit 0dc4252

Browse files
Update content/docs/reference-react-component.md
Co-Authored-By: semoal <sergiomorenoalbert@gmail.com>
1 parent 938c3c4 commit 0dc4252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference-react-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Evita introducir cualquier efecto secundario o suscripciones en el constructor.
173173
>
174174
> **Evita copiar los props en el state! Es un error muy común:**
175175
>
176-
> ```js
176+
>```js
177177
> constructor(props) {
178178
> super(props);
179179
> // No hagas esto!

0 commit comments

Comments
 (0)