From d4c28982c47e59e756068f2eeb5ce6ec12e41bfb Mon Sep 17 00:00:00 2001 From: Nathan Kellenicki Date: Fri, 1 Feb 2019 11:44:17 -0800 Subject: [PATCH] Better documentation for getConnectedHubsByName --- docs/PoweredUP.html | 2 +- docs/poweredup.js.html | 2 +- docs/quicksearch.html | 2 +- src/poweredup.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/PoweredUP.html b/docs/PoweredUP.html index 637fa53..ef01dc9 100644 --- a/docs/PoweredUP.html +++ b/docs/PoweredUP.html @@ -488,7 +488,7 @@
-

Retrieve a Powered UP Hub by name.

+

Retrieve a list of Powered UP Hub by name.

diff --git a/docs/poweredup.js.html b/docs/poweredup.js.html index c71f8ce..1571fbe 100644 --- a/docs/poweredup.js.html +++ b/docs/poweredup.js.html @@ -183,7 +183,7 @@ class PoweredUP extends events_1.EventEmitter { return this._connectedHubs[uuid]; } /** - * Retrieve a Powered UP Hub by name. + * Retrieve a list of Powered UP Hub by name. * @method PoweredUP#getConnectedHubsByName * @param {string} name * @returns {Hub[]} diff --git a/docs/quicksearch.html b/docs/quicksearch.html index 0a83535..7a98465 100644 --- a/docs/quicksearch.html +++ b/docs/quicksearch.html @@ -7,7 +7,7 @@