Skip to content

Commit

Permalink
docs: enable syntax highlighting for a code block (#4970)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay <jasonsaayman@gmail.com>
  • Loading branch information
huyenltnguyen and jasonsaayman committed Sep 29, 2022
1 parent 58ec93a commit 60e8553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -879,7 +879,7 @@ You can also use the [`qs`](https://github.com/ljharb/qs) library.
Axios will automatically serialize the data object to urlencoded format if the content-type header is set to "application/x-www-form-urlencoded".
```
```js
const data = {
x: 1,
arr: [1, 2, 3],
Expand Down

0 comments on commit 60e8553

Please sign in to comment.