From 9e29fbb6548af97343c56e69da992d36f0607763 Mon Sep 17 00:00:00 2001 From: Susheel Thapa Date: Sat, 21 Oct 2023 14:07:37 +0545 Subject: [PATCH] Chore: Typo fixed- (#27020) --- docs/api/en/extras/core/Curve.html | 2 +- docs/api/en/lights/Light.html | 2 +- docs/api/en/loaders/managers/LoadingManager.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/en/extras/core/Curve.html b/docs/api/en/extras/core/Curve.html index 8bc7e91e1b5d66..b1a83989468b9a 100644 --- a/docs/api/en/extras/core/Curve.html +++ b/docs/api/en/extras/core/Curve.html @@ -77,7 +77,7 @@

[method:Array getLengths]( [param:Integer divisions] )

[method:undefined updateArcLengths]()

- Update the cumlative segment distance cache. The method must be called + Update the cumulative segment distance cache. The method must be called every time curve parameters are changed. If an updated curve is part of a composed curve like [page:CurvePath], [page:.updateArcLengths]() must be called on the composed curve, too. diff --git a/docs/api/en/lights/Light.html b/docs/api/en/lights/Light.html index 54c2ab05bf8418..934bdb55eae2bc 100644 --- a/docs/api/en/lights/Light.html +++ b/docs/api/en/lights/Light.html @@ -40,7 +40,7 @@

[property:Color color]

[property:Float intensity]

The light's intensity, or strength.
- Tthe units of intensity depend on the type of light.
+ The units of intensity depend on the type of light.
Default - `1.0`.

diff --git a/docs/api/en/loaders/managers/LoadingManager.html b/docs/api/en/loaders/managers/LoadingManager.html index 767f1dbc4a56b5..5cace8b66cdbf1 100644 --- a/docs/api/en/loaders/managers/LoadingManager.html +++ b/docs/api/en/loaders/managers/LoadingManager.html @@ -87,7 +87,7 @@

Examples

[example:webgl_loader_obj WebGL / loader / obj]
- [example:webgl_postprocessing_outline WebGL / postprocesing / outline] + [example:webgl_postprocessing_outline WebGL / postprocessing / outline]

Constructor