Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Update signals.md #177

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/zh/guide/advanced/signals.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async def handle_registration(request):
await request.app.dispatch(
"user.registration.created",
context={"email": request.json.email}
})
)
```

## 添加信号(Adding a signal)
Expand Down