From 50b88b61b1f9df5fa0a50706ec070e640af20457 Mon Sep 17 00:00:00 2001 From: scyto Date: Mon, 18 Aug 2025 13:55:46 -0700 Subject: [PATCH] fixed typo --- docs/docs/configuration/reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/reference.md b/docs/docs/configuration/reference.md index 7c9f5d159..3c3684c3b 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -73,9 +73,9 @@ tls: # Optional: Enable TLS for port 8971 (default: shown below) enabled: True -# Optiona: IPv6 configuration +# Optional: IPv6 configuration Networking: - # Optional: Enable IPv6 on 5000 and 8971 if tls is configured (default: shown below) + # Optional: Enable IPv6 on 5000, and 8971 if tls is configured (default: shown below) IPv6: eanbled: False