Skip to content

Commit

Permalink
chore(docs): typo in README (#6771)
Browse files Browse the repository at this point in the history
chore(docs): typo in README (#6771)
  • Loading branch information
llamington authored Jan 31, 2025
1 parent b5b063e commit 51c1d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 51c1d7b

Please sign in to comment.