From 9b847c06ddca10fa30b7e75b4574e2267259df8f Mon Sep 17 00:00:00 2001
From: Martin Vogel <martin.vogel@sinc.de>
Date: Fri, 17 Jun 2022 14:33:56 +0200
Subject: [PATCH] #414 Fix typo

---
 .../de/fitko/fitconnect/api/services/auth/OAuthService.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/src/main/java/de/fitko/fitconnect/api/services/auth/OAuthService.java b/api/src/main/java/de/fitko/fitconnect/api/services/auth/OAuthService.java
index 7a1891586..fba2424f3 100644
--- a/api/src/main/java/de/fitko/fitconnect/api/services/auth/OAuthService.java
+++ b/api/src/main/java/de/fitko/fitconnect/api/services/auth/OAuthService.java
@@ -18,7 +18,7 @@ public interface OAuthService {
      *
      * @param clientId     - a unique identifier within the FIT-Co platform environment
      * @param clientSecret - a secret that is only known by the application and the OAuth server
-     * @param scope        - OAuth scope(s) that determines if a submission is accepted by the client
+     * @param scope        - OAuth scope(s) that determine if a submission is accepted by the client
      * @return {@link OAuthToken} that holds the access-token
      * @throws {@link AuthenticationException} if an error occurred
      */
-- 
GitLab