From a6ac3146b62784db046510c63cbeff70c7722c55 Mon Sep 17 00:00:00 2001 From: Dmytro Chumak Date: Sun, 25 Oct 2020 19:47:58 +0100 Subject: [PATCH] Fix discovery links in reference.md --- docs/reference.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference.md b/docs/reference.md index dd5c501..cdbf72f 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -147,7 +147,7 @@ alert('gapi.client could not load in a timely manner!');

Initializes the JavaScript client with API key, OAuth client ID, scope, and - API discovery document(s). + API discovery document(s). If OAuth client ID and scope are provided, this function will load the gapi.auth2 module to perform OAuth. The gapi.client.init function can be run multiple times, such as to set up more APIs, to change API key, or initialize @@ -275,7 +275,7 @@ alert('gapi.client could not load in a timely manner!');

Loads the client library interface to a particular API with - discovery document + discovery document URL or JSON object. Returns a Promise-like goog.Thenable @@ -908,4 +908,4 @@ alert('gapi.client could not load in a timely manner!'); - \ No newline at end of file +