From 550f0d80a8c0aebaf1ec3a862a9a75287c13f8a3 Mon Sep 17 00:00:00 2001 From: drori12 <75529185+drori12@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:00:00 +0300 Subject: [PATCH] fix: correct 'the the' typo in CHANGELOG.md (#10984) Co-authored-by: DANIEL DRORI --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5552740d..7572dc34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1432,7 +1432,7 @@ This functionality is considered as a fix. - fix: improve AxiosHeaders class [#5224](https://github.com/axios/axios/pull/5224) - fix: TypeScript type definitions for commonjs [#5196](https://github.com/axios/axios/pull/5196) -- fix: type definition of use method on AxiosInterceptorManager to match the the README [#5071](https://github.com/axios/axios/pull/5071) +- fix: type definition of use method on AxiosInterceptorManager to match the README [#5071](https://github.com/axios/axios/pull/5071) - fix: \_\_dirname is not defined in the sandbox [#5269](https://github.com/axios/axios/pull/5269) - fix: AxiosError.toJSON method to avoid circular references [#5247](https://github.com/axios/axios/pull/5247) - fix: Z_BUF_ERROR when content-encoding is set but the response body is empty [#5250](https://github.com/axios/axios/pull/5250)