From 1321bd41c673cc5461075f82a71f0e7bc4cf1d2b Mon Sep 17 00:00:00 2001 From: Asher Date: Mon, 15 Aug 2022 15:08:30 -0500 Subject: [PATCH] Fix changelog typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d56252e8f..378487ff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.