Skip to content

Commit

Permalink
Merge "[FAB-8265] Fixed spelling error in registerUser"
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersingh24 authored and Gerrit Code Review committed May 11, 2018
2 parents 14cfb00 + fcf62ad commit c3979b5
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 c3979b5

Please sign in to comment.