Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit f373492

Browse files
authored
Docs: typo fix
1 parent 32ae39a commit f373492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/mutations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export const api = createApi({
196196
body,
197197
};
198198
},
199-
invalidates: [{ type: 'Posts', id: 'LIST'],
199+
invalidates: [{ type: 'Posts', id: 'LIST'} ],
200200
}),
201201
getPost: build.query<Post, number>({
202202
query: (id) => `posts/${id}`,

0 commit comments

Comments
 (0)