Skip to content

Commit 793e98a

Browse files
committed
forc-call: md lint fix
1 parent 9561906 commit 793e98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/testing/testing_with_forc_call.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ forc call --abi <ABI-PATH/URL> <CONTRACT_ID> --list-functions
8181
Where the following arguments are required:
8282

8383
- `ABI-PATH/URL` is the path or URL to the contract's JSON ABI file
84-
- `CONTRACT_ID` is the ID of the deployed contract you want to interact with
84+
- `CONTRACT_ID` is the ID of the deployed contract you want to interact with
8585

8686
### Transfer assets
8787

0 commit comments

Comments
 (0)