Skip to content

Commit 47706af

Browse files
added period
1 parent 76603f2 commit 47706af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/optimizely-sdk/lib/core/optimizely_config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class OptimizelyConfig {
4848
public revision: string;
4949

5050
/**
51-
* This experimentsMap is for experiments of legacy projects only
51+
* This experimentsMap is for experiments of legacy projects only.
5252
* For flag projects, experiment keys are not guaranteed to be unique
5353
* across multiple flags, so this map may not include all experiments
5454
* when keys conflict.

packages/optimizely-sdk/lib/shared_types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ export interface OptimizelyConfig {
345345
revision: string;
346346

347347
/**
348-
* This experimentsMap is for experiments of legacy projects only
348+
* This experimentsMap is for experiments of legacy projects only.
349349
* For flag projects, experiment keys are not guaranteed to be unique
350350
* across multiple flags, so this map may not include all experiments
351351
* when keys conflict.

0 commit comments

Comments
 (0)