From 0c840c9efe0bbf7b8c119586cffe43dba1c9e158 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Fri, 27 Oct 2023 09:44:45 -0400 Subject: [PATCH] Chore: Typo fixed in curve, loading manner and light html files --- types/three/src/extras/core/Curve.d.ts | 2 +- types/three/src/lights/Light.d.ts | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/types/three/src/extras/core/Curve.d.ts b/types/three/src/extras/core/Curve.d.ts index faafa486c..a15c57e66 100644 --- a/types/three/src/extras/core/Curve.d.ts +++ b/types/three/src/extras/core/Curve.d.ts @@ -82,7 +82,7 @@ export abstract class Curve { getLengths(divisions?: number): number[]; /** - * Update the cumlative segment distance cache + * Update the cumulative segment distance cache * @remarks * The method must be called every time {@link Curve} parameters are changed * If an updated {@link Curve} is part of a composed {@link Curve} like {@link THREE.CurvePath | CurvePath}, diff --git a/types/three/src/lights/Light.d.ts b/types/three/src/lights/Light.d.ts index 1b5b69e2d..f47396420 100644 --- a/types/three/src/lights/Light.d.ts +++ b/types/three/src/lights/Light.d.ts @@ -38,8 +38,7 @@ export abstract class Light