diff --git a/fabcar/registerUser.js b/fabcar/registerUser.js index 4b4c909102..9aa93a9c21 100644 --- a/fabcar/registerUser.js +++ b/fabcar/registerUser.js @@ -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);