Skip to content

Commit 74925d2

Browse files
Apply suggestions from code review
Co-authored-by: Robert Ing <[email protected]>
1 parent 0a60c63 commit 74925d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jest/types.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ describe('IdentityType', () => {
217217
expect(Yahoo).toEqual(6);
218218
expect(Email).toEqual(7);
219219

220-
// 8 was used for `Alias` but this is now hanled by Identity directly
221-
// and will no longer be sent as an IdentityType
220+
// 8 was used for `Alias` but this is now handled by Identity directly
221+
// and is no longer sent as an IdentityType
222222

223223
expect(FacebookCustomAudienceId).toEqual(9);
224224
expect(Other2).toEqual(10);

0 commit comments

Comments
 (0)