2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

docs(axios.js)

This commit is contained in:
Jay
2022-06-02 20:56:53 +02:00
parent 31fbee888f
commit 8a92772d16
+2 -1
View File
@@ -10,7 +10,8 @@ var formDataToJSON = require('./helpers/formDataToJSON');
* Create an instance of Axios * Create an instance of Axios
* *
* @param {Object} defaultConfig The default config for the instance * @param {Object} defaultConfig The default config for the instance
* @return {Axios} A new instance of Axios *
* @returns {Axios} A new instance of Axios
*/ */
function createInstance(defaultConfig) { function createInstance(defaultConfig) {
var context = new Axios(defaultConfig); var context = new Axios(defaultConfig);