Skip to content

Commit 6d436ae

Browse files
Update packages/shared/sdk-client/src/api/LDIdentifyOptions.ts
Co-authored-by: Todd Anderson <[email protected]>
1 parent 958ec8f commit 6d436ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/sdk-client/src/api/LDIdentifyOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface LDIdentifyOptions {
3535
noTimeout?: boolean;
3636

3737
/**
38-
* If true, the identify operation will be sheddable. This means that if multiple identify operations are done, without
38+
* If true, the identify operation will be sheddable. This means that if multiple identify operations are started without
3939
* waiting for the previous one to complete, then intermediate results will be discarded. When false, identify
4040
* operations will be queued and completed sequentially.
4141
*

0 commit comments

Comments
 (0)