Skip to content

Commit 207d094

Browse files
committed
update docusaurus
1 parent 507721a commit 207d094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ Automated test comes with benefits that helps us write better code and makes it
11321132
11331133
```ts
11341134
// ❌ Avoid
1135-
it('should render user list', () => {
1135+
it('should render the user list', () => {
11361136
render(<UserList />);
11371137
expect(screen.getByText('Users List')).toBeInTheDocument();
11381138
});

0 commit comments

Comments
 (0)