From 80d2c2575b78eb5ea7193b9fe98d7c3ad6409605 Mon Sep 17 00:00:00 2001
From: clavinet <17836261+clavinet@users.noreply.github.com>
Date: Sat, 10 Aug 2019 21:25:26 +0200
Subject: [PATCH] Update app.ini.sample (#7817)

small grammar fix
---
 custom/conf/app.ini.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample
index 991a2a3e6b..99e50ffba9 100644
--- a/custom/conf/app.ini.sample
+++ b/custom/conf/app.ini.sample
@@ -724,7 +724,7 @@ ACCESS_TOKEN_EXPIRATION_TIME=3600
 REFRESH_TOKEN_EXPIRATION_TIME=730
 ; Check if refresh token got already used
 INVALIDATE_REFRESH_TOKENS=false
-; OAuth2 authentication secret for access and refresh tokens, change this a unique string.
+; OAuth2 authentication secret for access and refresh tokens, change this to a unique string.
 JWT_SECRET=Bk0yK7Y9g_p56v86KaHqjSbxvNvu3SbKoOdOt2ZcXvU
 
 [i18n]