From 280b6f4b74a8756a1885c6b5582e5a2e9bbdcbaf Mon Sep 17 00:00:00 2001 From: Music Maker <86620902+MusicMakerOwO@users.noreply.github.com> Date: Thu, 20 Feb 2025 01:30:45 -0600 Subject: [PATCH] fix: Typos in rest server setup (#4134) --- website/docs/bigbot/step-2-rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/bigbot/step-2-rest.md b/website/docs/bigbot/step-2-rest.md index 3acc74c97..f1760adc6 100644 --- a/website/docs/bigbot/step-2-rest.md +++ b/website/docs/bigbot/step-2-rest.md @@ -362,4 +362,4 @@ const bot = createBot({ }) ```` -Now that you have an eval command available on ur `REST` service, whenever you need to modify something quickly, you can easily do so from ur developer server where this bot is. For example, should you want to switch to a newer api version, it is as simple as `.eval REST.version = xxx` where xxx is the new API version. +Now that you have an eval command available on your `REST` service, whenever you need to modify something quickly, you can easily do so from your developer server where this bot is. For example, should you want to switch to a newer api version, it is as simple as `.eval REST.version = xxx` where xxx is the new API version.