From d36ad0cf41470ac2cf531059d846f53e2f22ef3b Mon Sep 17 00:00:00 2001 From: madisoncarter1234 Date: Thu, 27 Nov 2025 10:49:39 -0500 Subject: [PATCH] docs: fix typos in README and CLAUDE.md --- CLAUDE.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 5548532..a08768f 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -136,7 +136,7 @@ import {MyHelper} from './MyHelper.sol'; - **Test file names**: `ContractName.t.sol` - **Test contract names**: `ContractNameTest` or `functionNameTest` -- **Test function names**: If the test contract is already named after the function, omit the funciton name from the test, such as : `test_outcome_optionalContext`, otherwise, if it's not already clear which function is being tested due to the name of the test contract, include the function name in the test name like `test_functionName_outcome_optionalContext` +- **Test function names**: If the test contract is already named after the function, omit the function name from the test, such as : `test_outcome_optionalContext`, otherwise, if it's not already clear which function is being tested due to the name of the test contract, include the function name in the test name like `test_functionName_outcome_optionalContext` **Test Organization Principles:** diff --git a/README.md b/README.md index ce951e4..bfe4e3a 100644 --- a/README.md +++ b/README.md @@ -561,7 +561,7 @@ bytes memory hookData = abi.encode( ## Core Payout Operations -**Note that fee-on-transfer tokens and rebasing tokens may lead to unexpected behavior and are not recommneded for use in Flywheel.** +**Note that fee-on-transfer tokens and rebasing tokens may lead to unexpected behavior and are not recommended for use in Flywheel.** Flywheel provides four fundamental payout operations that hooks can implement based on their requirements: