From 3a729de342af6e42fc147384479d3eb3b8fd7c5c Mon Sep 17 00:00:00 2001 From: Ollie Strickland Date: Fri, 5 Apr 2024 01:52:38 -0400 Subject: [PATCH] typo --- Enabling-WebSocket-notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enabling-WebSocket-notifications.md b/Enabling-WebSocket-notifications.md index 144c2e5..547db66 100644 --- a/Enabling-WebSocket-notifications.md +++ b/Enabling-WebSocket-notifications.md @@ -4,7 +4,7 @@ Note that WebSocket notifications are not applicable to the mobile (Android/iOS)
-WebSocket's are enabled by default since v1.29.0 of Vaultwarden. Previous versions needed a reverse proxy because WebSockets were running on a different port than then default HTTPS port.
+WebSocket's are enabled by default since v1.29.0 of Vaultwarden. Previous versions needed a reverse proxy because WebSockets were running on a different port than than default HTTPS port.
The old implementation is still available in v1.29.0 to not break during updates for now. But this will be removed in the future.