Skip to content

Commit 8146c69

Browse files
committed
Fix spelling
1 parent c2d9be2 commit 8146c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/framework/verify.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you don't want to verify contracts or you can't or don't want to use `Blocksc
2828

2929
You can use `Seth` to trace your transaction both from your Go code or from [the CLI](https://smartcontractkit.github.io/chainlink-testing-framework/libs/seth.html#single-transaction-tracing). Remember that you need to adjust `seth.toml` to point to gethwrappers or ABIs of contracts you want to trace.
3030

31-
### Programatic
31+
### Programmatic
3232

3333
If you want to use from Go code, you need to have a couple of things in mind:
3434
* you need to point Seth to your Gethwrappers, so that it can extract ABIs from them
@@ -57,4 +57,4 @@ if err != nil {
5757
}
5858
```
5959

60-
For more information about configuring `Seth` please read about [TOML config](https://smartcontractkit.github.io/chainlink-testing-framework/libs/seth.html#toml-configuration) and [programatic builder](https://smartcontractkit.github.io/chainlink-testing-framework/libs/seth.html#config).
60+
For more information about configuring `Seth` please read about [TOML config](https://smartcontractkit.github.io/chainlink-testing-framework/libs/seth.html#toml-configuration) and [programmatic builder](https://smartcontractkit.github.io/chainlink-testing-framework/libs/seth.html#config).

0 commit comments

Comments
 (0)