Skip to content

Commit 54d08a7

Browse files
committed
up
1 parent 795ed3a commit 54d08a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/project_config/project_config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,9 @@ const parseHoldoutsConfig = (projectConfig: ProjectConfig): void => {
389389

390390
projectConfig.holdouts.forEach((holdout) => {
391391

392-
// Original design of the global holdouts made use of the includeFlags and excludeFlags fields to identify local holdouts.
393-
// But this was never released. In the current design, these fields are no longer user. These fields are kept
394-
// and assinged empty array to keep the published type `Holdout` unchanged.
392+
// Original design of holdouts made use of the includeFlags and excludeFlags fields to identify local holdouts.
393+
// But this was never released. In the current design, these fields are no longer used. These fields are kept
394+
// and assigned empty array to keep the published type `Holdout` unchanged.
395395
holdout.includedFlags = [];
396396
holdout.excludedFlags = [];
397397
holdout.variationKeyMap = keyBy(holdout.variations, 'key');

0 commit comments

Comments
 (0)