Skip to content

Commit bc52694

Browse files
authored
docs: point to correct location in deprecation warning of reporting endpoint (#6605)
1 parent f1addb2 commit bc52694

File tree

1 file changed

+2
-2
lines changed
  • packages/libraries/core/src/client

1 file changed

+2
-2
lines changed

packages/libraries/core/src/client/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export interface HiveUsagePluginOptions {
8282
/**
8383
* Custom endpoint to collect schema usage
8484
*
85-
* @deprecated use `options.selfHosted.usageEndpoint` instead
85+
* @deprecated use `options.selfHosting.usageEndpoint` instead
8686
*
8787
* Points to Hive by default
8888
*/
@@ -146,7 +146,7 @@ export interface HiveReportingPluginOptions {
146146
/**
147147
* Custom endpoint to collect schema reports
148148
*
149-
* @deprecated use `options.selfHosted.usageEndpoint` instead
149+
* @deprecated use `options.selfHosting.usageEndpoint` instead
150150
*
151151
* Points to Hive by default
152152
*/

0 commit comments

Comments
 (0)