From 5dab781fbe022d9c70f2825c074185d139d98b24 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Sat, 11 Jan 2020 13:11:02 +0530 Subject: [PATCH] fix: minor tweak --- assets/js/oauth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/oauth.js b/assets/js/oauth.js index b83965418..c5c09da1d 100644 --- a/assets/js/oauth.js +++ b/assets/js/oauth.js @@ -3,7 +3,7 @@ const redirectUri = `${window.location.origin}/`; // GENERAL HELPER FUNCTIONS /** - * Makes a POST request and parses the response as JSON + * Makes a POST request and parse the response as JSON * * @param {String} url - The resource * @param {Object} params - Configuration options