diff --git a/src/app.py b/src/app.py index fd0c462..4ebb1d9 100644 --- a/src/app.py +++ b/src/app.py @@ -59,7 +59,7 @@ def signup_for_activity(activity_name: str, email: str): if activity_name not in activities: raise HTTPException(status_code=404, detail="Activity not found") - # Get the specificy activity + # Get the specific activity activity = activities[activity_name] # Add student