axios-docs icon indicating copy to clipboard operation
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

Open iRod3s opened this issue 1 year ago • 0 comments

Describe the bug The docs says exactly the oposite to the correct information

Location Steps to localize the error:

  1. Visit https://axios-http.com/es/docs/urlencoded or visit posts/es/urlencoded.md in this repo
  2. 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

iRod3s avatar Dec 22 '23 12:12 iRod3s