From 477c099ab141803ff07517b6e38f34e31b695985 Mon Sep 17 00:00:00 2001 From: Ollie Strickland Date: Fri, 5 Apr 2024 01:53:36 -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 547db66..a42d72d 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 than 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 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.