✏️ Fix typo in release notes

This commit is contained in:
Sebastián Ramírez 2023-12-26 21:47:18 +01:00
parent 84d400b916
commit 040ad986d4
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ def get_username():
try:
yield "Rick"
except OwnerError as e:
raise HTTPException(status_code=400, detail=f"Onwer error: {e}")
raise HTTPException(status_code=400, detail=f"Owner error: {e}")
@app.get("/items/{item_id}")