Skip to content

Commit f094a7f

Browse files
chore(address): fix typo in comments
1 parent aa01378 commit f094a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/address/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export class Address {
329329
* faker.address.latitude() // -30.9501
330330
* faker.address.latitude(10, -10, 5) // 2.68452
331331
*/
332-
// TODO @xDivisionBYZerox 2022-06-12 this signature should probably be an object for easyer maintainability
332+
// TODO @xDivisionByZerox 2022-06-12 this signature should probably be an object for easier maintainability
333333
latitude(max: number = 90, min: number = -90, precision: number = 4): number {
334334
return this.faker.datatype.number({
335335
min,
@@ -349,7 +349,7 @@ export class Address {
349349
* faker.address.longitude() // -154.0226
350350
* faker.address.longitude(10, -10, 5) // -4.03620
351351
*/
352-
// TODO @xDivisionBYZerox 2022-06-12 this signature should probably be an object for easyer maintainability
352+
// TODO @xDivisionByZerox 2022-06-12 this signature should probably be an object for easier maintainability
353353
longitude(
354354
max: number = 180,
355355
min: number = -180,

0 commit comments

Comments
 (0)