diff --git a/fabric-client/lib/EventHub.js b/fabric-client/lib/EventHub.js
index 2e401250c6..b9e1cc0e68 100644
--- a/fabric-client/lib/EventHub.js
+++ b/fabric-client/lib/EventHub.js
@@ -76,7 +76,7 @@ var ChainCodeCBE = class {
* transaction lifecyle in an asynchrous fashion. After the transaction proposal
* has been successfully [endorsed]{@link Channel#sendTransactionProposal}, and before
* the transaction message has been successfully [broadcast]{@link Channel#sendTransaction}
- * to the orderer, the application should register a listener to be nofified of
+ * to the orderer, the application should register a listener to be notified of
* the event when the transaction achieves finality, which is when the block
* containing the transaction gets added to the peer's ledger/blockchain.
*