website/docs: fix typos

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-10-19 15:45:15 +02:00
parent 03369e2338
commit 3b7e8e3931
20 changed files with 29 additions and 20 deletions

View File

@ -22,7 +22,7 @@ To match events with an "Expression Policy", you can write code like so:
if "event" not in request.context:
return False
return ip_address(request.context["evnet"].client_ip) in ip_network('192.0.2.0/24')
return ip_address(request.context["event"].client_ip) in ip_network('192.0.2.0/24')
```
## Selecting who gets notified