From 2757326cd7e06961b2242d9ffb89ee13d8153c03 Mon Sep 17 00:00:00 2001 From: Agha Saad Fraz Date: Thu, 12 Mar 2020 16:59:01 +0500 Subject: [PATCH] fixed minor typos (#2400) --- refine.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/refine.ini b/refine.ini index 83e2354b6..2e22bb314 100644 --- a/refine.ini +++ b/refine.ini @@ -23,10 +23,10 @@ REFINE_MIN_MEMORY=1400M # OAuth credentials configurations for Google Data # Default OAuth credentials for Google Data have been embedded in the release version of OpenRefine -# So if you'are a user, you can just skip these configurations, but it's recommended to use your own credentials +# So if you are a user, you can just skip these configurations, but it's recommended to use your own credentials # If you are a developer, you'll need to acquire them by yourself # To get your own credentials, please see the wiki: https://github.com/OpenRefine/OpenRefine/wiki/Google-Extension # The wiki will guide you to get a client_id/client_secret pair -# After getting the client_id and client_secret, put them bellow +# After getting the client_id and client_secret, put them below #GDATA_CLIENT_ID=your_client_id #GDATA_CLIENT_SECRET=your_client_secret \ No newline at end of file