Skip to content

Commit 771485d

Browse files
committed
Typo
1 parent b14dd5d commit 771485d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/Activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can use Activity to hide part of your application:
4747

4848
When an Activity boundary becomes <CodeStep step={1}>hidden</CodeStep>, React will visually hide its <CodeStep step={2}>children</CodeStep> using the `display: "none"` CSS property. It will also destroy their Effects, cleaning up any active subscriptions.
4949

50-
While hidden, children still receive updates, albeit at a lower priority then the rest of the content.
50+
While hidden, children still receive updates, albeit at a lower priority than the rest of the content.
5151

5252
When the boundary becomes <CodeStep step={3}>visible</CodeStep> again, React will reveal the children with their previous state restored, and create their Effects.
5353

0 commit comments

Comments
 (0)