Skip to content

Commit

Permalink
fix: typo in the solidity section of the book (#1664)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqn authored Oct 17, 2024
1 parent d5c3a40 commit 466b49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/onchain-verification/solidity-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ contract Fibonacci {

### Finding your program vkey

The program vkey (`fibonacciProgramVKey` in the example above) is passed into the `ISP1Verifer` along with the public values and proof bytes. You
The program vkey (`fibonacciProgramVKey` in the example above) is passed into the `ISP1Verifier` along with the public values and proof bytes. You
can find your program vkey by going through the following steps:

1. Find what version of SP1 crates you are using.
Expand Down

0 comments on commit 466b49b

Please sign in to comment.