Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit aa264ea

Browse files
darkmavis1980smcelhinney
authored andcommitted
Fixed typos in the hubdb docs (#67)
1 parent 4c9e92c commit aa264ea

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hubspot-api",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "HubSpot API Wrapper",
55
"keywords": [
66
"hubspot",

src/entities/hubdb.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export default function hubdbApi(baseOptions) {
166166
* @param {object} opts
167167
* @example
168168
* const hs = new HubSpotClient(props);
169-
* hs.pages.createTable(opts).then(response => console.log(response));
169+
* hs.hubdb.createTable(opts).then(response => console.log(response));
170170
* @property {string} opts.name
171171
* @property {boolean} opts.useForPages
172172
* @property {array} opts.columns
@@ -195,7 +195,7 @@ export default function hubdbApi(baseOptions) {
195195
* @param {object} options
196196
* @example
197197
* const hs = new HubSpotClient(props);
198-
* hs.pages.getTableRows(tableId, portalId, options).then(response => console.log(response))
198+
* hs.hubdb.getTableRows(tableId, portalId, options).then(response => console.log(response))
199199
* @returns {Promise}
200200
*/
201201
getTableRows,

0 commit comments

Comments
 (0)