From 028c70a84a3ab29eacfbc6b13d8c02bca3550893 Mon Sep 17 00:00:00 2001 From: Bildigo Developer <123990967+bildigohq@users.noreply.github.com> Date: Tue, 7 Feb 2023 21:51:41 +0100 Subject: [PATCH] small typo fix --- technical-guide/developer/architecture/backend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technical-guide/developer/architecture/backend.md b/technical-guide/developer/architecture/backend.md index b203579..554aa29 100644 --- a/technical-guide/developer/architecture/backend.md +++ b/technical-guide/developer/architecture/backend.md @@ -132,5 +132,5 @@ server as a pub/sub broker. Whenever a user visits a file and opens a websocket, the backend creates a subscription in redis, with a topic that has the id of the file. If the user sends any change to the file, backend sends a notification to this topic, that is received by all subscribers. Then the -notification is retrieved and send to the user via the websocket. +notification is retrieved and sent to the user via the websocket.