Skip to content

Commit b5b063e

Browse files
docs(readme): fix Request Config options code highlight (#6480)
docs(readme): fix Request Config options code highlight (#6480)
1 parent 896f9af commit b5b063e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ These are the available config options for making requests. Only the `url` is re
451451
},
452452
// Also, you can set the name of the built-in adapter, or provide an array with their names
453453
// to choose the first available in the environment
454-
adapter: 'xhr' // 'fetch' | 'http' | ['xhr', 'http', 'fetch']
454+
adapter: 'xhr', // 'fetch' | 'http' | ['xhr', 'http', 'fetch']
455455

456456
// `auth` indicates that HTTP Basic auth should be used, and supplies credentials.
457457
// This will set an `Authorization` header, overwriting any existing

0 commit comments

Comments
 (0)