Skip to content

Commit 4acf545

Browse files
authored
Minor structure update (#9838)
Missed one `#`
1 parent 56882d2 commit 4acf545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/plugins/typescript/typescript-msw.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ mockGetUserQuery({ query, variables, operationName, request }) => {})
109109

110110
MSW 2.x introduced a number of breaking changes. The types from `msw` are not compatible between the two versions so to upgrade, you will have to make some changes.
111111

112-
## Updating the resolver function
112+
### Updating the resolver function
113113

114114
You will need to update callback signatures to use the new resolver argument. In addition, the returned result must be a `Response` object.
115115

0 commit comments

Comments
 (0)