Skip to content

Commit ff3df46

Browse files
authored
M46884: Fixing wrong backtick
Translator has reported possible source content issue. Description: Missing backtick prevents correct display of not translatable content, also blocks translatable words
1 parent 29b9ebd commit ff3df46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/blockchain/templates/hyperledger-fabric-consortium-azure-kubernetes-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ npm run queryCC -- -o $ORGNAME -u $USER_IDENTITY -n $CC_NAME -c $CHANNEL -f <que
462462
463463
```
464464
465-
Pass query function name and comma separated list of arguments in `<queryFunction>` and `<queryFuncArgs>` respectively. Again, taking `fabcar` chaincode as reference, to query all the cars in the world state set `<queryFunction>` to `"queryAllCars"` and `<queryArgs>' to `""`.
465+
Pass query function name and comma separated list of arguments in `<queryFunction>` and `<queryFuncArgs>` respectively. Again, taking `fabcar` chaincode as reference, to query all the cars in the world state set `<queryFunction>` to `"queryAllCars"` and `<queryArgs>` to `""`.
466466
467467
Refer command help for more details on the arguments passed in the command
468468

0 commit comments

Comments
 (0)