Skip to content

Commit

Permalink
Chore: Typo fixed- (mrdoob#27020)
Browse files Browse the repository at this point in the history
  • Loading branch information
thapasusheel authored Oct 21, 2023
1 parent 328ec21 commit 9e29fbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api/en/extras/core/Curve.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h3>[method:Array getLengths]( [param:Integer divisions] )</h3>

<h3>[method:undefined updateArcLengths]()</h3>
<p>
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.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/en/lights/Light.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h3>[property:Color color]</h3>
<h3>[property:Float intensity]</h3>
<p>
The light's intensity, or strength.<br />
Tthe units of intensity depend on the type of light.<br />
The units of intensity depend on the type of light.<br />
Default - `1.0`.
</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/en/loaders/managers/LoadingManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h2>Examples</h2>

<p>
[example:webgl_loader_obj WebGL / loader / obj]<br />
[example:webgl_postprocessing_outline WebGL / postprocesing / outline]
[example:webgl_postprocessing_outline WebGL / postprocessing / outline]
</p>

<h2>Constructor</h2>
Expand Down

0 comments on commit 9e29fbb

Please sign in to comment.