From 38c77fd5731742de438c7c071f50db872d7859bc Mon Sep 17 00:00:00 2001 From: adiaholic Date: Tue, 14 Apr 2020 16:16:04 +0530 Subject: [PATCH] Correct erroneous documentation --- documentation/developer/integrationtest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/developer/integrationtest.md b/documentation/developer/integrationtest.md index 16119c6f1..fe006b58c 100644 --- a/documentation/developer/integrationtest.md +++ b/documentation/developer/integrationtest.md @@ -102,7 +102,7 @@ The base class that integration tests need to subclass. ### `AbstractSmackLowLevelIntegrationTest` -Allows low level integration test, i.e. ever test method will have its on exclusive XMPPTCPConnection instances. +Allows low level integration test, i.e. every test method will have its own exclusive XMPPTCPConnection instances. ### `AbstractSmackSpecificLowLevelIntegrationTest`