Skip to content

Commit d7681f1

Browse files
jwindgassenaktech
andauthored
Fixes another typo
Co-authored-by: Amit Kumar <[email protected]>
1 parent f172c33 commit d7681f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server_proxy/standalone/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def run(
9595
# Periodically send JupyterHub Notifications, that we are still running
9696
if activity_interval > 0:
9797
log.info(
98-
f"Sending Acitivity Notivication to JupyterHub with interval={activity_interval}s"
98+
f"Sending Activity Notification to JupyterHub with interval={activity_interval}s"
9999
)
100100
start_activity_update(activity_interval)
101101

0 commit comments

Comments
 (0)