Skip to content

Commit d755759

Browse files
authored
fix tiny typo in internal events
1 parent 1320ce0 commit d755759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal_events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ transferred over the internal event subsystem.
2727
For example, when a connection is accepted, authenticated and access
2828
to the target virtual host is authorised, it will emit an event of type
2929
`connection_created`. When a connection is closed or fails for any reason,
30-
a `connection_closed` event is deleted. Events from connections, channels, queues, consumers,
30+
a `connection_closed` event is emitted. Events from connections, channels, queues, consumers,
3131
and so on are processed and stored as metrics
3232
to be later served over HTTP to the management plugin UI application.
3333

0 commit comments

Comments
 (0)