docs: Remove duplicate word in comment (#10244)

* fix: Remove duplicate word in comment

* Update README.md

not part of the typo

---------

Co-authored-by: Souji <timoqueezle@gmail.com>
This commit is contained in:
codershiba 2024-05-04 14:03:24 +05:30 committed by GitHub
parent 728164ed86
commit 96169add6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,7 +132,7 @@ const manager = new WebSocketManager({
new WorkerShardingStrategy(manager, {
shardsPerWorker: 2,
workerPath: './worker.js',
// Optionally, if you you have custom messaging, like for analytic collection, you can use this:
// Optionally, if you have custom messaging, like for analytic collection, you can use this:
async unknownPayloadHandler(data: any) {
// handle data here :3
},