Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Oct 1, 2024
1 parent f25836c commit 4e54b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/browser/src/BrowserIdentifyOptions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { LDIdentifyOptions } from '@launchdarkly/js-client-sdk-common';

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

0 comments on commit 4e54b60

Please sign in to comment.