From 1b94e786a5b19fc8f77d71f09258b5f14859fd56 Mon Sep 17 00:00:00 2001 From: Saurav Joshi <44198980+sauravjoshi23@users.noreply.github.com> Date: Wed, 21 Apr 2021 10:38:06 +0530 Subject: [PATCH] Spelling correction app/apps/README (#21204) --- app/apps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/apps/README.md b/app/apps/README.md index e314d30598d..97047384474 100644 --- a/app/apps/README.md +++ b/app/apps/README.md @@ -5,7 +5,7 @@ Finally! :smile: An orchestrator is the file/class which is responsible for orchestrating (starting up) everything which is required of the system to get up and going. There are two of these. One for the server and one for the client. ## What is a "Bridge"? -A bridge is a file/class which is responsible for bridging the Rocket.Chat system's data and the App system's data. They are implementations of the interfaces inside of the Rocket.Chat Apps-engine project `src/server/bridges`. They allow the two systems to talk to each other (hince the name bridge, as they "bridge the gap"). +A bridge is a file/class which is responsible for bridging the Rocket.Chat system's data and the App system's data. They are implementations of the interfaces inside of the Rocket.Chat Apps-engine project `src/server/bridges`. They allow the two systems to talk to each other (hence the name bridge, as they "bridge the gap"). ## What is a "Converter"? A converter does what the name implies, it handles converting from one system's data type into the other's. **Note**: This causes a schema to be forced on the rooms and messages.