Skip to content

Commit 0419ed2

Browse files
committed
Fix typo
1 parent 5c946f4 commit 0419ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

definitions/world.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ declare interface World {
44
*/
55
getName(): string;
66
/**
7-
* Gets the name of the players onnected to the world.
7+
* Gets the name of the players connected to the world.
88
*/
99
getPlayers(): string[];
1010

0 commit comments

Comments
 (0)