Skip to content

Commit

Permalink
docs: typo (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGorilla authored Jun 22, 2023
1 parent 76875c2 commit 3039e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/fakes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ When should I use a fake?
-------------------------

Fakes are a powerful tool when you want to test how a smart contract will interact with other contracts.
Instead of initalizing a full-fledged smart contract to interact with, you can simply create a fake that can provide pre-programmed responses.
Instead of initializing a full-fledged smart contract to interact with, you can simply create a fake that can provide pre-programmed responses.

Fakes are especially useful when the contracts that you need to interact with are relatively complex.
For example, imagine that you're testing a contract that needs to interact with another (very stateful) contract.
Expand Down

0 comments on commit 3039e4d

Please sign in to comment.