We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b063e commit 51c1d7bCopy full SHA for 51c1d7b
1 file changed
README.md
@@ -160,7 +160,7 @@ const axios = require('axios');
160
console.log(axios.isCancel('something'));
161
```
162
163
-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:
164
165
```js
166
import { default as axios } from 'axios';
0 commit comments