Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Fixes #138 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyamp committed Jul 11, 2022
1 parent 4460f08 commit ec750ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/sdks/typescript-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ init(API_KEY);
// Option 2, initialize including user ID if it's already known
init(API_KEY, 'user@amplitude.com');

// Option 2, initialize including configuration
// Option 3, initialize including configuration
init(API_KEY, 'user@amplitude.com', {
disableCookies: true, // Disables the use of browser cookies
});
Expand Down

0 comments on commit ec750ba

Please sign in to comment.