Skip to content

Commit e03eb2c

Browse files
authored
Merge pull request #56 from reactjs/sync-b12743c3
Sync with react.dev @ b12743c
2 parents af25f0f + 7ebee3e commit e03eb2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/reference/react

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, 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.
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.
113113

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

0 commit comments

Comments
 (0)