Skip to content

Commit c584389

Browse files
committed
Cleanup examples.
1 parent ccfad0a commit c584389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/sdk/browser/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,15 @@ export function initialize(clientSideId: string, options?: LDOptions): LDClient
115115
* log output to go to `console.log`
116116
* ```javascript
117117
* const ldOptions = {
118-
* logger: ld.basicLogger({ destination: console.log }),
118+
* logger: basicLogger({ destination: console.log }),
119119
* };
120120
* ```
121121
*
122122
* * @example
123123
* The configuration also allows you to control the destination for each log level.
124124
* ```javascript
125125
* const ldOptions = {
126-
* logger: ld.basicLogger({
126+
* logger: basicLogger({
127127
* destination: {
128128
* debug: console.debug,
129129
* info: console.info,

0 commit comments

Comments
 (0)