From 96169add6d2db37706629c0172692533948a9dca Mon Sep 17 00:00:00 2001 From: codershiba <155646804+codershiba@users.noreply.github.com> Date: Sat, 4 May 2024 14:03:24 +0530 Subject: [PATCH] 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 --- packages/ws/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ws/README.md b/packages/ws/README.md index 4e767ad5c..c1d3b70a1 100644 --- a/packages/ws/README.md +++ b/packages/ws/README.md @@ -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 },