✏️ Fix typos in docs (#11926)

This commit is contained in:
jianghuyiyuan
2024-07-31 23:09:15 +09:00
committed by GitHub
parent b0801e66d3
commit 2e35b176cf
5 changed files with 5 additions and 5 deletions

View File

@@ -21,6 +21,6 @@ async def read_next_item():
return {
"name": "Island In The Moon",
"price": 12.99,
"description": "A place to be be playin' and havin' fun",
"description": "A place to be playin' and havin' fun",
"tags": ["breater"],
}