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>
(cherry picked from commit 8ce450e)
  • Loading branch information
gqqnbig authored and mergify[bot] committed Jun 28, 2021
1 parent f3f170f commit 4c77749
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
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
2 changes: 1 addition & 1 deletion docs/wrappers/peer_chaincode_preamble.md
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 4c77749

Please sign in to comment.