Skip to content

Commit 4bc9439

Browse files
authored
fix: typo
1 parent 84fdf7e commit 4bc9439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def signup_for_activity(activity_name: str, email: str):
5959
if activity_name not in activities:
6060
raise HTTPException(status_code=404, detail="Activity not found")
6161

62-
# Get the specificy activity
62+
# Get the specific activity
6363
activity = activities[activity_name]
6464

6565
# Add student

0 commit comments

Comments
 (0)