Skip to content

Commit d13f6c7

Browse files
Update MIGRATION-GUIDE.md
Co-authored-by: lenasano <114319916+lenasano@users.noreply.github.com>
1 parent 30a883a commit d13f6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION-GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const factory: SplitIO.IBrowserSDK = SplitFactory(config);
3535

3636
In order to simplify the SDK API, the `LocalhostFromObject` export was removed from the default import (`import { LocalhostFromObject } from '@splitsoftware/splitio-browserjs'`), and it is no longer necessary to manually pass it to the `sync.localhostMode` configuration option to enable localhost mode.
3737

38-
If you were using the `LocalhostFromObject` export, simple remove it from your code. For example, replace:
38+
If you were using the `LocalhostFromObject` export, you should remove it from your code. For example, replace:
3939

4040
```js
4141
import { SplitFactory, LocalhostFromObject } from '@splitsoftware/splitio-browserjs';

0 commit comments

Comments
 (0)