From 90262452fa9d6f3e7b33ed2f50c6a881877cd77f Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:45:57 +0530 Subject: [PATCH] Fix typo: usecases -> use cases --- blast-geth/cmd/clef/rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blast-geth/cmd/clef/rules.md b/blast-geth/cmd/clef/rules.md index 112dae65..fad95997 100644 --- a/blast-geth/cmd/clef/rules.md +++ b/blast-geth/cmd/clef/rules.md @@ -2,7 +2,7 @@ The `signer` binary contains a ruleset engine, implemented with [OttoVM](https://github.com/robertkrimen/otto) -It enables usecases like the following: +It enables use cases like the following: * I want to auto-approve transactions with contract `CasinoDapp`, with up to `0.05 ether` in value to maximum `1 ether` per 24h period * I want to auto-approve transaction to contract `EthAlarmClock` with `data`=`0xdeadbeef`, if `value=0`, `gas < 44k` and `gasPrice < 40Gwei`