Skip to content

Commit dd7daf9

Browse files
authored
Fix typo in metric description (#1486)
1 parent 952782b commit dd7daf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/prometheus/metrics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
SERVER_INFO = Info("jupyter_server", "Jupyter Server Version information")
5656
SERVER_EXTENSION_INFO = Info(
5757
"jupyter_server_extension",
58-
"Jupyter Server Extensiom Version Information",
58+
"Jupyter Server Extension Version Information",
5959
["name", "version", "enabled"],
6060
)
6161
LAST_ACTIVITY = Gauge(

0 commit comments

Comments
 (0)