Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Fix typos #1350

Merged
merged 1 commit into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion types/three/examples/jsm/controls/ArcballControls.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ declare class ArcballControls extends Controls<ArcballControlsEventMap> {
focusAnimationTime: number;

/**
* If true, camera's near and far values will be adjusted every time zoom is performed trying to mantain the same
* If true, camera's near and far values will be adjusted every time zoom is performed trying to maintain the same
* visible portion given by initial near and far values ( {@link PerspectiveCamera} only ). Default is false.
*/
adjustNearFar: boolean;
Expand Down
4 changes: 2 additions & 2 deletions types/three/examples/jsm/geometries/TeapotGeometry.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { BufferGeometry } from "three";

/**
* {@link TeapotGeometry} tesselates the famous Utah teapot database by Martin Newell.
* TeapotGeometry tessellates the famous Utah teapot database by Martin Newell.
*
* {@link TeapotGeometry} is an add-on, and must be imported explicitly. See
* TeapotGeometry is an add-on, and must be imported explicitly. See
* [Installation / Addons]{@link https://threejs.org/docs/#manual/en/introduction/Installation}.
*
* @example
Expand Down
Loading