From 32b1a59c951faa1aabd5a17d9181e02a1ca80e7a Mon Sep 17 00:00:00 2001
From: Martin Vogel <martin.vogel@sinc.de>
Date: Fri, 24 Jun 2022 13:13:54 +0200
Subject: [PATCH] #414 Update javadoc

---
 dependency/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependency/README.md b/dependency/README.md
index 5354f8db0..08f1893ca 100644
--- a/dependency/README.md
+++ b/dependency/README.md
@@ -41,6 +41,6 @@ The actual injection can be done in three ways via @Inject:
 
 ### Application Properties
 
-The sdk can be externally configured via the config file ``/sdk.conf``. Those are keys are loaded on the guice
+The sdk can be externally configured via the config file ``/sdk.conf``. Those keys are loaded on the guice
 initialization and can be accessed via the ``@Named`` Annotation. See [Guice](https://github.com/google/guice/wiki/)
 for further information on the usage. 
-- 
GitLab