Merge "[FAB-8265] Fixed spelling error in registerUser"

This commit is contained in:
Gari Singh 2018-05-11 08:34:20 +00:00 committed by Gerrit Code Review
commit c3979b5716

View file

@ -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);