Skip to content

Commit

Permalink
[FAB-8265] Fixed spelling error in registerUser
Browse files Browse the repository at this point in the history
I have fixed a spelling error in registerUser.js, changing
"intreact" to "interact".

Change-Id: Ib07af36923a5fe652be01e1c83e316d4495d4a46
Signed-off-by: David Seybold <daseybold@gmail.com>
  • Loading branch information
David Seybold committed Mar 21, 2018
1 parent 2bbb0a8 commit fcf62ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabcar/registerUser.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Fabric_Client.newDefaultKeyValueStore({ path: store_path

return fabric_client.setUserContext(member_user);
}).then(()=>{
console.log('User1 was successfully registered and enrolled and is ready to intreact with the fabric network');
console.log('User1 was successfully registered and enrolled and is ready to interact with the fabric network');

}).catch((err) => {
console.error('Failed to register: ' + err);
Expand Down

0 comments on commit fcf62ad

Please sign in to comment.