Skip to content

Commit

Permalink
fix spelling of TextGeometryParameters.height jsdoc deprecated (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored May 21, 2024
1 parent 77096a5 commit 9404b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/three/examples/jsm/geometries/TextGeometry.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface TextGeometryParameters extends ExtrudeGeometryOptions {
* Thickness to extrude text.
* Expects a `Float`.
* @defaultValue `50`
* @deprecated THREE.TextGeometry: .height is now depreciated. Please use .depth instead
* @deprecated THREE.TextGeometry: .height is now deprecated. Please use .depth instead
*/
height?: number | undefined;

Expand Down

0 comments on commit 9404b7c

Please sign in to comment.