Skip to content

Commit

Permalink
Fixes another typo
Browse files Browse the repository at this point in the history
Co-authored-by: Amit Kumar <dtu.amit@gmail.com>
  • Loading branch information
jwindgassen and aktech authored Dec 4, 2024
1 parent f172c33 commit d7681f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_server_proxy/standalone/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def run(
# Periodically send JupyterHub Notifications, that we are still running
if activity_interval > 0:
log.info(
f"Sending Acitivity Notivication to JupyterHub with interval={activity_interval}s"
f"Sending Activity Notification to JupyterHub with interval={activity_interval}s"
)
start_activity_update(activity_interval)

Expand Down

0 comments on commit d7681f1

Please sign in to comment.