Skip to content

Commit

Permalink
docs: fix typo in agent-api docs (#1421)
Browse files Browse the repository at this point in the history
fixes typo: transaciton => transaction
  • Loading branch information
geekysam7 authored Sep 1, 2023
1 parent 0071646 commit 196d458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/agent-api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ Use this method to listen for RUM agent internal events.
The following events are supported for the transaction lifecycle:

* `transaction:start` event is fired on every transaction start.
* `transaction:end` event is fired on transaciton end and before it is added to the queue to be sent to APM Server.
* `transaction:end` event is fired on transaction end and before it is added to the queue to be sent to APM Server.

The callback function for these events receives the corresponding transaction object
as its only argument. The transaction object can be modified through
Expand Down

0 comments on commit 196d458

Please sign in to comment.