Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Aug 28, 2024
1 parent ca41502 commit c6796fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/docs/recipes/no_fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import axios from 'axios';

const loginMutation = createMutation({
async handler({ login, password }) {
const response = await axios.post('/login', { login, password })
const response = await axios.post('/login', { login, password });

return response.data;
},
Expand Down

0 comments on commit c6796fb

Please sign in to comment.