diff --git a/types/three/index.d.ts b/types/three/index.d.ts index 064d3e8660..a84b6e5f79 100644 --- a/types/three/index.d.ts +++ b/types/three/index.d.ts @@ -5128,7 +5128,7 @@ declare namespace THREE { height: number; scissor: Vector4; scissorTest: boolean; - viewpport: Vector4; + viewport: Vector4; texture: Texture; depthBuffer: boolean; stencilBuffer: boolean;