Skip to content

Commit 58bb327

Browse files
authored
Small typo fix (#1181)
1 parent 52c668e commit 58bb327

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/getting-started/troubleshooting.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If Lavalink won't start, check the following:
1717
- If you're using Docker, make sure you have configured Docker correctly.
1818
Check out the [Docker](../configuration/docker.md) page for more information.
1919

20-
- If you're using Systemd, make sure you have configured Systemd correctly.
20+
- If you're using Systemd, make sure you have configured Systemd correctly.
2121
Check out the [Systemd](../configuration/systemd.md) page for more information.
2222

2323
- If you are using a firewall, make sure you have opened the port you configured Lavalink to use.
@@ -30,7 +30,6 @@ If you are having issues with Lavalink, you can enable more detailed logging by
3030

3131
In general there are 6 log levels: `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR` and `OFF`.
3232

33-
3433
```yaml title="application.yml"
3534
logging:
3635
level:
@@ -55,4 +54,4 @@ logging:
5554
5655
## Lavalink won't connect to Discord / Play Audio
5756
58-
If Lavalink doesn't connect to Discord, make sure you forward the `sessionId`, `token` and `enpoint` to Lavalink via the [player update endpoint](../api/rest.md#update-player).
57+
If Lavalink doesn't connect to Discord, make sure you forward the `sessionId`, `token` and `endpoint` to Lavalink via the [player update endpoint](../api/rest.md#update-player).

0 commit comments

Comments
 (0)