2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

chore(docs): typo in README (#6771)

chore(docs): typo in README (#6771)
This commit is contained in:
Bailey Lissington
2025-01-31 10:10:20 -07:00
committed by GitHub
parent b5b063e476
commit 51c1d7ba9d
+1 -1
View File
@@ -160,7 +160,7 @@ const axios = require('axios');
console.log(axios.isCancel('something'));
```
For some bundlers and some ES6 linter's you may need to do the following:
For some bundlers and some ES6 linters you may need to do the following:
```js
import { default as axios } from 'axios';