Skip to content

Commit

Permalink
Fixed: Typo in name of 'extension' prop
Browse files Browse the repository at this point in the history
  • Loading branch information
JonBee committed Jul 22, 2024
1 parent 74caa40 commit a165c35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion types/index.d.cts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ declare namespace phoneFns {
areaCode: string;
localCode: string;
lineNumber: string;
extention: string;
extension: string;
}

interface Static {
Expand Down
4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ declare namespace phoneFns {
areaCode: string;
localCode: string;
lineNumber: string;
extention: string;
extension: string;
}

interface Static {
Expand All @@ -32,7 +32,7 @@ declare namespace phoneFns {
/**
* Strips all of the special characters from the given string
*/
uglify(phone: string|number): string;
uglify(phone: string | number): string;
}
}

Expand Down

0 comments on commit a165c35

Please sign in to comment.