Skip to content

Commit 4ff18e1

Browse files
Fixed soem grammar in the changelog.
1 parent e1c8f12 commit 4ff18e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
August 28, 2017
44

55
### New Features
6-
* Added the forced bucketing feature, which allows customers to force users into variations in real time for QA purposes without requiring datafile downloads from the network. The following APIs have been introduced:
6+
* Added the forced bucketing feature, which allows you to force users into variations in real time for QA purposes without requiring datafile downloads from the network. The following APIs have been introduced:
77

88
```
99
/**
@@ -34,7 +34,7 @@ August 28, 2017
3434
- (nullable OPTLYVariation *)getForcedVariation:(nonnull NSString *)experimentKey
3535
userId:(nonnull NSString *)userId;
3636
```
37-
- Added the bucketing ID feature, which allows decoupling bucketing from user identification so that a group of users that have the same bucketing ID are put into the same variation.
37+
- Added the bucketing ID feature, which allows you to decouple bucketing from user identification so that a group of users who have the same bucketing ID are put into the same variation.
3838

3939
- User Profile refactor, which includes a class rename to `User Profile Service`, along with the following API additions:
4040

0 commit comments

Comments
 (0)