From 6a4fb65d2b470dec0710f5fd3957a6a9aca9c5b0 Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:27:55 +0530 Subject: [PATCH] Fix typo in release notes 2.4.0: 'corretly' to 'correctly' --- docs/release-notes/2.4.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/2.4.0.md b/docs/release-notes/2.4.0.md index 5e6627eda..f78a40da8 100644 --- a/docs/release-notes/2.4.0.md +++ b/docs/release-notes/2.4.0.md @@ -9,7 +9,7 @@ ## Bug fixes: -* Fixed `revertedWith('...')` to work corretly with string argument +* Fixed `revertedWith('...')` to work correctly with string argument * Correct mismatched error reports `reverted` and `not.reverted` * `expect().to.emit.withArgs` - recognises when an event is emitted multiple times with different args, e.g.