Skip to content

Commit c70e310

Browse files
devcorpiogeekysam7
andauthored
docs: fix typo in agent-api docs (#1422)
fixes typo: transaciton => transaction Co-authored-by: Sameer <[email protected]>
1 parent 774c832 commit c70e310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/agent-api.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Use this method to listen for RUM agent internal events.
281281
The following events are supported for the transaction lifecycle:
282282

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

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

0 commit comments

Comments
 (0)