We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a60c63 commit 74925d2Copy full SHA for 74925d2
test/jest/types.spec.ts
@@ -217,8 +217,8 @@ describe('IdentityType', () => {
217
expect(Yahoo).toEqual(6);
218
expect(Email).toEqual(7);
219
220
- // 8 was used for `Alias` but this is now hanled by Identity directly
221
- // and will no longer be sent as an IdentityType
+ // 8 was used for `Alias` but this is now handled by Identity directly
+ // and is no longer sent as an IdentityType
222
223
expect(FacebookCustomAudienceId).toEqual(9);
224
expect(Other2).toEqual(10);
0 commit comments