From aad07edb1a79e6c0f16cf6898e4213b5ab34e0c3 Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:28:38 +0530 Subject: [PATCH] Fix multiple typos in release notes 2.0.0 - 'complier cross-complied' to 'compiler cross-compiled' - 'extenstions' to 'extensions' - 'officialy' to 'officially' - 'Compiliation' to 'Compilation' --- docs/release-notes/2.0.0.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/release-notes/2.0.0.md b/docs/release-notes/2.0.0.md index 9460bd86f..3e5d6f472 100644 --- a/docs/release-notes/2.0.0.md +++ b/docs/release-notes/2.0.0.md @@ -4,7 +4,7 @@ In version 2.0 we introduce documentation available under url: [https://ethereum-waffle.readthedocs.io/](https://ethereum-waffle.readthedocs.io/). ## Faster compilation with native and dockerized solc -By default, Waffle uses solcjs. Solcjs is solidity complier cross-complied to javascript. It can be slow for bigger projects, but require no installation. You can now use native and dockerized solc instead. +By default, Waffle uses solcjs. Solcjs is solidity compiler cross-compiled to javascript. It can be slow for bigger projects, but require no installation. You can now use native and dockerized solc instead. Read more about fast compiliation [here](https://ethereum-waffle.readthedocs.io/en/latest/compilation.html) @@ -24,10 +24,10 @@ 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 +* Waffle is now officially released under MIT license +* Compilation is covered with extensive end-to-end tests ## Breaking changes * `getWallet()` is not `async` anymore