From ae7430cc92bd9980e7b2b56d0785ff7469bad331 Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:30:13 +0530 Subject: [PATCH] Fix grammar: 'To flat' to 'To flatten' in documentation --- docs/source/getting-started.rst | 2 +- waffle-cli/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/getting-started.rst b/docs/source/getting-started.rst index c81dcc738..91ddd37b4 100644 --- a/docs/source/getting-started.rst +++ b/docs/source/getting-started.rst @@ -127,7 +127,7 @@ If you want to know more about how to configure Waffle, see :ref:`configuration` Flattener --------- -To flat your smart contracts run: +To flatten your smart contracts run: :: npx waffle flatten diff --git a/waffle-cli/README.md b/waffle-cli/README.md index 7e5bd59d1..0854986d0 100644 --- a/waffle-cli/README.md +++ b/waffle-cli/README.md @@ -186,7 +186,7 @@ To enable generation of [typechain](https://github.com/ethereum-ts/TypeChain) ar ``` ### Flattener -To flat your smart contracts run: +To flatten your smart contracts run: ```sh npx waffle flatten