Skip to content

Commit

Permalink
docs: correct usage
Browse files Browse the repository at this point in the history
  • Loading branch information
orionmiz authored Mar 7, 2024
1 parent c861e50 commit 6ada809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plantae/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const { request, response } = createAxiosInterceptors({
});

myAxios.interceptors.request.use(request.onFulfilled, request.onRejected);
myAxios.interceptors.response.use(response.onFulfilled, request.onRejected);
myAxios.interceptors.response.use(response.onFulfilled, response.onRejected);

export { myAxios };
```
Expand Down

0 comments on commit 6ada809

Please sign in to comment.