From 51c1d7ba9d5b68afad1b0692b2f4350479eb4edd Mon Sep 17 00:00:00 2001 From: Bailey Lissington <54869395+llamington@users.noreply.github.com> Date: Fri, 31 Jan 2025 10:10:20 -0700 Subject: [PATCH] chore(docs): typo in README (#6771) chore(docs): typo in README (#6771) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2abe00..0c79acb 100644 --- a/README.md +++ b/README.md @@ -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';