Skip to content

Commit 459eaa8

Browse files
committed
Fix typo
1 parent 10800d1 commit 459eaa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/browser/src/BrowserIdentifyOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { LDIdentifyOptions } from '@launchdarkly/js-client-sdk-common';
22

3-
export interface BrowserIdentifyOptions extends Omit<LDIdentifyOptions, 'waitForNetworkresults'> {
3+
export interface BrowserIdentifyOptions extends Omit<LDIdentifyOptions, 'waitForNetworkResults'> {
44
/**
55
* The signed context key if you are using [Secure Mode]
66
* (https://docs.launchdarkly.com/sdk/features/secure-mode#configuring-secure-mode-in-the-javascript-client-side-sdk).

0 commit comments

Comments
 (0)