From e85ab4305b3c49f36af5a2d097fcbb767f364370 Mon Sep 17 00:00:00 2001 From: Fausto Gutierrez <28719096+faustogut@users.noreply.github.com> Date: Wed, 1 Mar 2023 13:34:01 +0100 Subject: [PATCH] Fix typo --- content/self-host/hardcode-settings/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/self-host/hardcode-settings/_index.en.md b/content/self-host/hardcode-settings/_index.en.md index 3c4b730..fe1b2f6 100644 --- a/content/self-host/hardcode-settings/_index.en.md +++ b/content/self-host/hardcode-settings/_index.en.md @@ -8,7 +8,7 @@ weight: 49 To hardcode custom server settings into your executables you must [build](/docs/en/dev/build/) the client yourself on your machine or [with GitHub Actions](/docs/en/dev/build/all/). {{% /notice %}} {{% notice note %}} -**If you set either of these values without setting the other your executable will not work!** +**If you set either of these values without setting the other, your executable will not work!** {{% /notice %}} You can set the following environment variables on your OS and rustdesk will use those variables when compiling your client rather than the default rustdesk.com servers.