Skip to content

Commit c36bd39

Browse files
docs(api-act): api act parts word error (#6939)
1 parent 73a8d9c commit c36bd39

File tree

1 file changed

+1
-1
lines changed
  • src/content/reference/react

1 file changed

+1
-1
lines changed

src/content/reference/react/act.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ it('can render and update a counter', async () => {
109109
});
110110
```
111111

112-
Here, wwe create a container, append it to the document, and render the `Counter` component inside `act()`. This ensures that the component is rendered and its effects are applied before making assertions.
112+
Here, we create a container, append it to the document, and render the `Counter` component inside `act()`. This ensures that the component is rendered and its effects are applied before making assertions.
113113

114114
Using `act` ensures that all updates have been applied before we make assertions.
115115

0 commit comments

Comments
 (0)