Incorrect Parameter name in Signals Documentation
Author: oluwadunsinCreated Jul 23, 2026Updated Jul 25, 2026
Labelsbug
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
in the signals documentation, the correct name for the parameter "conditions" should rather be "condition"
Code snippet
@app.signal("something.happened.ohmy2", conditions={"some_condition": "value"})
Expected Behavior
@app.signal("something.happened.ohmy2", condition={"some_condition": "value"})
How do you run Sanic?
Sanic CLI
Operating System
Windows
Sanic Version
Sanic 24.12.0
Additional context
No response
Source: sanic-org/sanic