Skip to content

Commit 0550d62

Browse files
authored
fix: adjusted useEffect page translate (#941)
1 parent d95d5fc commit 0550d62

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/content/reference/react/useEffect.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ button { margin-left: 10px; }
216216
217217
</Sandpack>
218218
219-
<Solução />
219+
<Solution />
220220
221221
#### Ouvindo um evento global do navegador {/*listening-to-a-global-browser-event*/}
222222
@@ -265,7 +265,7 @@ body {
265265
266266
</Sandpack>
267267
268-
<Solução />
268+
<Solution />
269269
270270
#### Iniciando uma animação {/*triggering-an-animation*/}
271271
@@ -364,7 +364,7 @@ html, body { min-height: 300px; }
364364
365365
</Sandpack>
366366
367-
<Solução />
367+
<Solution />
368368
369369
#### Controlando um diálogo modal {/*controlling-a-modal-dialog*/}
370370
@@ -424,7 +424,7 @@ body {
424424
425425
</Sandpack>
426426
427-
<Solução />
427+
<Solution />
428428
429429
#### Rastreando a visibilidade de um elemento {/*tracking-element-visibility*/}
430430
@@ -496,7 +496,7 @@ export default function Box() {
496496
497497
</Sandpack>
498498
499-
<Solução />
499+
<Solution />
500500
501501
</Recipes>
502502
@@ -635,7 +635,7 @@ button { margin-left: 10px; }
635635
636636
</Sandpack>
637637
638-
<Solução />
638+
<Solution />
639639
640640
#### Hook personalizado `useWindowListener` {/*custom-usewindowlistener-hook*/}
641641
@@ -692,7 +692,7 @@ body {
692692
693693
</Sandpack>
694694
695-
<Solução />
695+
<Solution />
696696
697697
#### Hook personalizado `useIntersectionObserver` {/*custom-useintersectionobserver-hook*/}
698698
@@ -780,7 +780,7 @@ export function useIntersectionObserver(ref) {
780780
781781
</Sandpack>
782782
783-
<Solução />
783+
<Solution />
784784
785785
</Recipes>
786786
@@ -1237,7 +1237,7 @@ button { margin-left: 5px; }
12371237
12381238
</Sandpack>
12391239
1240-
<Solução />
1240+
<Solution />
12411241
12421242
#### Passando um array de dependências vazio {/*passing-an-empty-dependency-array*/}
12431243
@@ -1313,7 +1313,7 @@ export function createConnection(serverUrl, roomId) {
13131313
13141314
</Sandpack>
13151315
1316-
<Solução />
1316+
<Solution />
13171317
13181318
13191319
#### Não passando nenhuma array de dependências {/*passing-no-dependency-array-at-all*/}
@@ -1411,7 +1411,7 @@ button { margin-left: 5px; }
14111411
14121412
</Sandpack>
14131413
1414-
<Solução />
1414+
<Solution />
14151415
14161416
</Recipes>
14171417

0 commit comments

Comments
 (0)