Skip to content

Commit bcce50c

Browse files
committed
chore(docs): swap postalCode and phoneNumber order
Related to #52
1 parent 43d8d0b commit bcce50c

File tree

1 file changed

+1
-1
lines changed
  • content/02-Primitive-Types/02-Regular-Expressions-in-Strings

1 file changed

+1
-1
lines changed

content/02-Primitive-Types/02-Regular-Expressions-in-Strings/code.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const code: any = {
77
age: {
88
type: "integer",
99
},
10-
phoneNumber: {},
1110
postalCode: {},
11+
phoneNumber: {},
1212
countryCode: {},
1313
},
1414
};

0 commit comments

Comments
 (0)