Skip to content

Commit d5b0321

Browse files
Update src/content/learn/sharing-state-between-components.md
Co-authored-by: Tarcísio Surdi <tarsisurdi@gmail.com>
1 parent 79aa121 commit d5b0321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/sharing-state-between-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Neste exemplo, um componente `Accordion` pai renderiza dois painéis (`Panel`) s
2525

2626
Cada componente `Panel` tem um state booleano `isActive` que determina se o seu conteúdo está visível.
2727

28-
Pressione o botão Exibir para ambos os painéis:
28+
Pressione o botão "Show" de ambos os painéis:
2929

3030
<Sandpack>
3131

0 commit comments

Comments
 (0)