Skip to content

Commit

Permalink
Fix typo in event docs (hyperledger-archives#4421)
Browse files Browse the repository at this point in the history
Signed-off-by: Björn Tegelund <[email protected]>
  • Loading branch information
bjrnt authored and Dave Kelsey committed Oct 3, 2018
1 parent 4c9cd89 commit 22e58c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ businessNetworkConnection.on('event', (event) => {
});
```

This includes an event called `BasicEvent` which was created in the [publishing events](../business-network/publishing-events.html) documentation. The `eventId` property is always the same as the `transactionId` of the transaction which emitted the event, with an appended number in the form `"transactionId": "<transactionId>#number"`.
This includes an event called `BasicEvent` which was created in the [publishing events](../business-network/publishing-events.html) documentation. The `eventId` property is always the same as the `transactionId` of the transaction which emitted the event, with an appended number in the form `"eventId": "<transactionId>#number"`.

## What next?

Expand Down

0 comments on commit 22e58c6

Please sign in to comment.