diff --git a/types/three/src/renderers/WebGLRenderer.d.ts b/types/three/src/renderers/WebGLRenderer.d.ts index 3771c4d6d..79df85591 100644 --- a/types/three/src/renderers/WebGLRenderer.d.ts +++ b/types/three/src/renderers/WebGLRenderer.d.ts @@ -127,7 +127,7 @@ export interface WebGLDebug { */ export class WebGLRenderer implements Renderer { /** - * parameters is an optional object with properties defining the renderer's behaviour. + * parameters is an optional object with properties defining the renderer's behavior. * The constructor also accepts no parameters at all. * In all cases, it will assume sane defaults when parameters are missing. */