Skip to content

Commit 5b328bf

Browse files
committed
fix docstring on getIntegration
1 parent 55abc81 commit 5b328bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export interface Client<O extends ClientOptions = ClientOptions> {
9797
*/
9898
flush(timeout?: number): PromiseLike<boolean>;
9999

100-
/** Returns an array of installed integrations on the client. */
100+
/** Returns the client's instance of the given integration class, it any. */
101101
getIntegration<T extends Integration>(integration: IntegrationClass<T>): T | null;
102102

103103
/** This is an internal function to setup all integrations that should run on the client */

0 commit comments

Comments
 (0)