From ddb27b6965e94d15098d48ae8391fcb777fb97f7 Mon Sep 17 00:00:00 2001 From: adiaholic Date: Wed, 13 May 2020 15:26:08 +0530 Subject: [PATCH] Correct spellings wherever needed in `connection-modules.md` --- documentation/connection-modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/connection-modules.md b/documentation/connection-modules.md index 50110e6f7..ef9a40c48 100644 --- a/documentation/connection-modules.md +++ b/documentation/connection-modules.md @@ -5,7 +5,7 @@ Smack's Modular Connection Architecture **Note: Everything related to the modular connection architecture is currently considered experimental and should not be used in production. Use the mature `XMPPTCPConnection` if you do not feel adventurous. -Smack's modular connection architecture allows to extend a XMPP c2s (client-to-server) connection with additional functionalty by adding modules. +Smack's modular connection architecture allows to extend a XMPP c2s (client-to-server) connection with additional functionality by adding modules. Those modules extend the Finite State Machine (FSM) within the `ModularXmppClientToServerConnection` with new states. Connection modules can either be @@ -32,4 +32,4 @@ Connection modules are plugged into the the modular connection via their constru Modules and states always have an accompanying *descriptor* type. `ModuleDescriptor` and `StateDescriptor` exist without an connection instance. -They describe the module and state metadata, while their modules are states are instanciated once a modular connection is instanciated. +They describe the module and state metadata, while their modules and states are instanciated once a modular connection is instanciated.