Skip to content

Commit

Permalink
fix doc typo in Group.d.ts (#562)
Browse files Browse the repository at this point in the history
* fix typo in Group.d.ts

* Update .all-contributorsrc

---------

Co-authored-by: Nathan Bierema <[email protected]>
  • Loading branch information
ddnn55 and Methuselah96 authored Jul 18, 2023
1 parent c2eaa87 commit 8d1c960
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion types/three/src/objects/Group.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 8d1c960

Please sign in to comment.