Skip to content

Commit 2e50c66

Browse files
authored
Fix small error in code example (#1527)
div tag was not closed properly
1 parent 9e772d2 commit 2e50c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rtk-query/usage/pagination.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const PostList = () => {
7171
>
7272
Next
7373
</button>
74-
<div>
74+
</div>
7575
);
7676
};
7777
```

0 commit comments

Comments
 (0)