mirror of
https://github.com/tenrok/axios.git
synced 2026-06-11 18:02:32 +03:00
Fixing document for adapter
This commit is contained in:
@@ -7,7 +7,7 @@ The modules under `adapters/` are modules that handle dispatching a request and
|
||||
```js
|
||||
var settle = require('./../core/settle');
|
||||
|
||||
module.exports myAdapter(config) {
|
||||
module.exports = function myAdapter(config) {
|
||||
// At this point:
|
||||
// - config has been merged with defaults
|
||||
// - request transformers have already run
|
||||
|
||||
Reference in New Issue
Block a user