From 4cf69b3a2547917f2b091f7b6ab4fc989b9c783a Mon Sep 17 00:00:00 2001 From: Iustin G <89907337+iustin05@users.noreply.github.com> Date: Sun, 23 Nov 2025 16:36:57 +0200 Subject: [PATCH] Fix grammar in connectivity checks documentation (#1003) Corrected grammatical errors in the connectivity checks section. --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 578e035..6db5883 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -183,9 +183,9 @@ Empty values (either in `config.yml` or the endpoint data) will hide the element ## Connectivity checks As a webapp (PWA) the dashboard can still be displayed when your homer server is offline. -The connectivity checker periodically send a HEAD request bypassing the PWA cache to the dashbord page to make sure it's still reachable. +The connectivity checker periodically sends a HEAD request bypassing the PWA cache to the dashbord page to make sure it's still reachable. -It can be useful when you access your dashboard through a VPN or ssh tunnel for example, to know is your conection is up. It also helps when using an authentication proxy, it will reloads the page if the authentication expires (when a redirection is send in response to the HEAD request). +It can be useful when you access your dashboard through a VPN or ssh tunnel for example, to know if your conection is up. It also helps when using an authentication proxy, it will reload the page if the authentication expires (when a redirect is send in response to the HEAD request). ## Style Options