Fix typo in registerUser.js

This commit is contained in:
Paul Lang 2017-12-30 18:12:52 -08:00 committed by GitHub
parent 0503e757ac
commit 6740044904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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