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.