Skip to content

Commit

Permalink
Remove typo from commercial paper tutorial
Browse files Browse the repository at this point in the history
Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>
(cherry picked from commit 8e23e6d)
  • Loading branch information
NIKHIL E GUPTA authored and mergify[bot] committed Apr 22, 2020
1 parent 4abbf5a commit 407afa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial/commercial_paper.md
Expand Up @@ -597,7 +597,7 @@ Note the following key program lines in `issue.js`:
* `const { Wallets, Gateway } = require('fabric-network');`

This statement brings two key Hyperledger Fabric SDK classes into scope --
`Wallet` and `Gateway`.M
`Wallet` and `Gateway`.


* `const wallet = await Wallets.newFileSystemWallet('../identity/user/isabella/wallet');`
Expand Down

0 comments on commit 407afa7

Please sign in to comment.