From 26dcee34c3f014c3a1f6adf29517f28c307eb0e3 Mon Sep 17 00:00:00 2001 From: Gavin Wainwright Date: Sat, 29 Apr 2023 11:35:31 -0400 Subject: [PATCH] Update step-4-bot.md (#3015) typo --- website/docs/bigbot/step-4-bot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/bigbot/step-4-bot.md b/website/docs/bigbot/step-4-bot.md index 15cccfc27..6ba2c4e4b 100644 --- a/website/docs/bigbot/step-4-bot.md +++ b/website/docs/bigbot/step-4-bot.md @@ -203,6 +203,6 @@ function getUrlFromShardId(totalShards: number, shardId: number) { } ``` -This function is simply making it so that it determines what the event handler url should be where that specific shard should send the event to. This means if you have 5,000 shards and you receive an event in shard #4565 and you had 10 server urls in the configs. This would mak this event be sent to the 5th url in the array. +This function is simply making it so that it determines what the event handler url should be where that specific shard should send the event to. This means if you have 5,000 shards and you receive an event in shard #4565 and you had 10 server urls in the configs. This would make this event be sent to the 5th url in the array. Now that all your processes are fully functioning, we can get into the nitty gritty part of finally beginning to code our features/commands/etc...