Skip to content

Commit

Permalink
Update docs/source/developers/emitting-events.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Bates <[email protected]>
  • Loading branch information
Zsailer and kevin-bates authored Oct 12, 2023
1 parent 2ff1f9a commit 489a9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/developers/emitting-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Jupyter Server comes equipped with an `event_logger` for capturing structured ev

## Emit a custom event from an extension

The core EventLogger in Jupyter Server's `ServerApp` can be used to emit events from extensions.
The core `EventLogger` in Jupyter Server's `ServerApp` can be used to emit events from extensions.

First, define an event schema. We recommend that you make the `$id` field
a valid URI and incorporate the version as part of the URI, e.g.:
Expand Down

0 comments on commit 489a9e6

Please sign in to comment.