From 8d1c960a666ca00d1b348e4581bb21e0907a0ef0 Mon Sep 17 00:00:00 2001 From: David Stolarsky Date: Tue, 18 Jul 2023 06:02:33 -0600 Subject: [PATCH] fix doc typo in Group.d.ts (#562) * fix typo in Group.d.ts * Update .all-contributorsrc --------- Co-authored-by: Nathan Bierema --- .all-contributorsrc | 8 ++++++++ types/three/src/objects/Group.d.ts | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 3e16a53d0..a0bccd2e0 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -790,6 +790,14 @@ "contributions": [ "code" ] + }, + { + "login": "ddnn55", + "name": "David Stolarsky", + "avatar_url": "https://avatars.githubusercontent.com/u/186277?v=4", + "profile": "https://github.com/ddnn55", + "contributions": [ + "doc" } ], "skipCi": true, diff --git a/types/three/src/objects/Group.d.ts b/types/three/src/objects/Group.d.ts index 4d18da015..7f2db352a 100644 --- a/types/three/src/objects/Group.d.ts +++ b/types/three/src/objects/Group.d.ts @@ -24,7 +24,7 @@ import { Object3D } from './../core/Object3D.js'; */ export class Group extends Object3D { /** - * Creates a new {@link Bone}. + * Creates a new {@link Group}. */ constructor();