2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00

Fixed typo in README.md

Replaced 'instace' with 'instance'
This commit is contained in:
Marcelo Jorge Vieira
2016-01-25 14:55:06 -02:00
parent 70ef49eeb9
commit 02a1f2d9a0
+1 -1
View File
@@ -303,7 +303,7 @@ var instance = axios.create({
baseURL: 'https://api.example.com'
});
// Alter defaults after instace has been created
// Alter defaults after instance has been created
instance.defaults.headers.common['Authorization'] = AUTH_TOKEN;
```