Skip to content

Commit 2e80ab2

Browse files
committed
fix: fix typo
Signed-off-by: osamamagdy <[email protected]>
1 parent d16dc4b commit 2e80ab2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/chaincode/cc-tools-demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Congratulations! You have successfully created an FPC chaincode with go using cc
323323

324324
Now you can test all your work again by running the [test](./testTutorial.sh) script
325325

326-
**Note**: In cc-tools-demo, most of these transactions set permissions to filter which orgs are allowed to invoke it or not. The current organization used in this script is "Org1MSP". Also, beware that org names are case semsitive
326+
**Note**: In cc-tools-demo, most of these transactions set permissions to filter which orgs are allowed to invoke it or not. The current organization used in this script is "Org1MSP". Also, beware that org names are case sensitive
327327

328328
## Next Step
329329

samples/chaincode/cc-tools-demo/testTutorial.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ sleep 5
8888
########################## Some transactions to test ####################################
8989

9090
##NOTE: In cc-tools-demo, most of these transactions set permissions to filter which orgs are allowed to invoke it or not. The current organization used in this script is "Org1MSP".
91-
## Beware that org names are case semsitive
91+
## Beware that org names are case sensitive
9292

9393
# sleep 5
9494
# ./fpcclient invoke createNewLibrary "{\"name\":\"samuel\"}"

0 commit comments

Comments
 (0)