axios-docs
axios-docs copied to clipboard
The docs imply the default message type is application/x-www-form-urlencoded in the Spanish version instead of JSON
Describe the bug The docs says exactly the oposite to the correct information
Location Steps to localize the error:
- Visit https://axios-http.com/es/docs/urlencoded or visit posts/es/urlencoded.md in this repo
- The error is in the first body line
Expected behavior The default is sending JSON. The message says that you should follow the docs page if you want to send OTHER type than application/x-www-form-urlencoded, hinting that the default is application/x-www-form-urlencoded
Additional context PR solving the issue: https://github.com/axios/axios-docs/pull/173