Skip to content

Commit 427db22

Browse files
authored
Merge pull request #130 from FhenixProtocol/alexshchur-patch-1
fix couple small typos
2 parents 1b64e1a + d2e647f commit 427db22

File tree

1 file changed

+1
-1
lines changed
  • docs/devdocs/architecture/internal-utilities

1 file changed

+1
-1
lines changed

docs/devdocs/architecture/internal-utilities/verifier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The process of sending input(s) to a Smart Contract:
3838
4. ZK-Verifier returns the signed approval to User.
3939
5. User sends `(ciphertext, signed_approve)` (one or more) as input(s) to a contract call.
4040
6. Contract verifies the signed message, approving the input(s).
41-
7. Cotnract peforms actual logic.
41+
7. Contract performs actual logic.
4242

4343
As mentioned, most of this process is abstracted away. In fact, steps 1-6 are all handled behind the scenes, while step 7 (the actual logic) is, of course, up to the user to write.
4444

0 commit comments

Comments
 (0)