[FAB-8265] Fixed spelling error in registerUser

I have fixed a spelling error in registerUser.js, changing
"intreact" to "interact".

Change-Id: Ib07af36923a5fe652be01e1c83e316d4495d4a46
Signed-off-by: David Seybold <daseybold@gmail.com>
This commit is contained in:
David Seybold 2018-03-20 21:57:57 -04:00
parent 2bbb0a85b3
commit fcf62adf57

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