From fb3979110d2f57d5de18c4c08dc3914d6a5b4910 Mon Sep 17 00:00:00 2001 From: blagoev Date: Tue, 11 Jul 2017 12:41:36 +0300 Subject: [PATCH] fix docs --- docs/sync.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sync.js b/docs/sync.js index 2a24cd2e..770d8583 100644 --- a/docs/sync.js +++ b/docs/sync.js @@ -230,7 +230,7 @@ class User { * Get account information for a user. (requires administrator privilidges) * @param {string} provider - the provider to query for user account information (ex. 'password') * @param {string} username - the target username which account information should be retrieved - * @returns - json object for the retrieved account information + * @returns {Promise} - a promise that will be resolved with the retrieved account information as json object * @example * { * "provider_id": "user@email.co",