From c637632b0fa47663786c57aec10c79c037363069 Mon Sep 17 00:00:00 2001 From: AyushShukla1807 Date: Mon, 30 Mar 2026 21:17:29 +0530 Subject: [PATCH] docs(changelog): fix typo 'comaptible' to 'compatible' --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a3b861..36921127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,7 +71,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Docs: Fix broken link in Chinese Readme (#730) - Docs: Fix typo in Russian README (#738) - Docs: Add unit for fieldSize in busboy limit params (#734) -- Internal: Make unit tests comaptible with Node.js 13.x (#752) +- Internal: Make unit tests compatible with Node.js 13.x (#752) ## 1.4.1 - 2018-10-11