Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: denyeart <enyeart@us.ibm.com>
Signed-off-by: QQ喵 <gqqnb2005@gmail.com>
  • Loading branch information
gqqnbig and denyeart committed Jun 25, 2021
1 parent 4422a19 commit 8ce450e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/commands/peerchaincode.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ first array element is the target function to call, and the subsequent elements
are arguments of the function. If the JSON string has both 'Function' and
'Args', the value of Function is the target function to call, and the value of
Args is an array of arguments of the function. For instance,
`{"Args":["GetAllAssets"]}` is equvalent to
`{"Args":["GetAllAssets"]}` is equivalent to
`{"Function":"GetAllAssets", "Args":[]}`.

Each peer chaincode subcommand is described together with its options in its own
Expand Down
2 changes: 1 addition & 1 deletion docs/wrappers/peer_chaincode_preamble.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ first array element is the target function to call, and the subsequent elements
are arguments of the function. If the JSON string has both 'Function' and
'Args', the value of Function is the target function to call, and the value of
Args is an array of arguments of the function. For instance,
`{"Args":["GetAllAssets"]}` is equvalent to
`{"Args":["GetAllAssets"]}` is equivalent to
`{"Function":"GetAllAssets", "Args":[]}`.

Each peer chaincode subcommand is described together with its options in its own
Expand Down

0 comments on commit 8ce450e

Please sign in to comment.