Skip to content

Commit 3000db2

Browse files
LeviEyalfloryst
authored andcommitted
style(fix typo in types.d.ts file): fix typo in types.d.ts file
1 parent 239b243 commit 3000db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ declare type Matrix3x3 = [
5656
number
5757
];
5858
/**
59-
* @deprecated The `Point` type is depracted, please use `Vector3` instead.
59+
* @deprecated The `Point` type is deprecated, please use `Vector3` instead.
6060
*/
6161
declare type Point = Vector3;
6262
declare type HSLColor = [number, number, number];

0 commit comments

Comments
 (0)