Skip to content

Commit 51c1d7b

Browse files
authored
chore(docs): typo in README (#6771)
chore(docs): typo in README (#6771)
1 parent b5b063e commit 51c1d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const axios = require('axios');
160160
console.log(axios.isCancel('something'));
161161
```
162162

163-
For some bundlers and some ES6 linter's you may need to do the following:
163+
For some bundlers and some ES6 linters you may need to do the following:
164164

165165
```js
166166
import { default as axios } from 'axios';

0 commit comments

Comments
 (0)