docs: Typos

#10628 djs
This commit is contained in:
Elysia
2025-01-21 01:16:49 +07:00
parent d0aa9b3702
commit d6718cf0a2
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ const Util = require('../util/Util');
/**
* Helper class for sharded clients spawned as a child process/worker, such as from a {@link ShardingManager}.
* Utilises IPC to send and receive data to/from the master process and other shards.
* Utilizes IPC to send and receive data to/from the master process and other shards.
* @deprecated
*/
class ShardClientUtil {