diff --git a/docs/en/guides/beammp-dev/beammp-dev.md b/docs/en/guides/beammp-dev/beammp-dev.md index 2e7d5f10..c3d4382b 100644 --- a/docs/en/guides/beammp-dev/beammp-dev.md +++ b/docs/en/guides/beammp-dev/beammp-dev.md @@ -67,7 +67,7 @@ Feel free to ask in the #scripting channel in our [Discord](https://discord.gg/b While working on BeamMP, it can be beneficial to use a local server. You can follow the general [server installation](docs/en/server/create-a-server.md) while omitting the first two steps for purely local connections. -Set the server to private in the `serverConfig.toml` while using any string as the `authKey`. +Set the server to private in the `serverConfig.toml` while using any string as the `AuthKey`. # Contribution Guidelines