Fix changelog typo

This commit is contained in:
Asher 2022-08-15 15:08:30 -05:00
parent abef6b23c1
commit 1321bd41c6
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Code v1.68.1
### Security
- Fixed the proxy route not perfoming authentication. For example if you were
- Fixed the proxy route not performing authentication. For example if you were
to run a development HTTP server using `python -m http.server 8000` then it
would be accessible at `my.domain/proxy/8000/` without any authentication.