From be2541df9f86f13c79a1ab90d8a54c1b3b384259 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Mon, 3 Feb 2025 18:58:56 +0100 Subject: [PATCH 1/3] Fix typos in docs/release-notes/2.0.8.md --- docs/release-notes/2.0.8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/2.0.8.md b/docs/release-notes/2.0.8.md index 031d72db4..a0dfef67e 100644 --- a/docs/release-notes/2.0.8.md +++ b/docs/release-notes/2.0.8.md @@ -4,5 +4,5 @@ This release contains minor features and bug fixes: And `Readme.md` updates: * step-by-step how to run example and instructions (by @marekkirejczyk) -* running test localy (by @AlexXiong97) +* running test locally (by @AlexXiong97) From 0913b6ecb7dcf578b56d468dd5fe0b84fd71d334 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Mon, 3 Feb 2025 18:58:58 +0100 Subject: [PATCH 2/3] Fix typos in docs/release-notes/2.0.0.md --- docs/release-notes/2.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/2.0.0.md b/docs/release-notes/2.0.0.md index 9460bd86f..377370d67 100644 --- a/docs/release-notes/2.0.0.md +++ b/docs/release-notes/2.0.0.md @@ -24,7 +24,7 @@ Read more about fixtures [here](https://ethereum-waffle.readthedocs.io/en/latest ## Others -* Waffle now supports config file in both `json` and `js` extenstions. +* Waffle now supports config file in both `json` and `js` extensions. * Linking should work for both solidity 4 and solidity 5 * Waffle is now officialy released under MIT license * Compiliation is covered with extensive end-to-end tests From 83a4847185707cf2e32542bd8eebc888aba80ed3 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Mon, 3 Feb 2025 18:58:59 +0100 Subject: [PATCH 3/3] Fix typos in docs/release-notes/2.1.0.md --- docs/release-notes/2.1.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/2.1.0.md b/docs/release-notes/2.1.0.md index d96d08fb7..ed4d195aa 100644 --- a/docs/release-notes/2.1.0.md +++ b/docs/release-notes/2.1.0.md @@ -21,7 +21,7 @@ Features: } ``` -Bugfixes and maintance: +Bugfixes and maintenance: * Fix ganache-core version to 2.6.1 (seems stable) * Update yarn.lock * Move @types/ganache-core to dependencies