Skip to content

Commit 4cf69b3

Browse files
authored
Fix grammar in connectivity checks documentation (#1003)
Corrected grammatical errors in the connectivity checks section.
1 parent 2e1c7b3 commit 4cf69b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ Empty values (either in `config.yml` or the endpoint data) will hide the element
183183
## Connectivity checks
184184

185185
As a webapp (PWA) the dashboard can still be displayed when your homer server is offline.
186-
The connectivity checker periodically send a HEAD request bypassing the PWA cache to the dashbord page to make sure it's still reachable.
186+
The connectivity checker periodically sends a HEAD request bypassing the PWA cache to the dashbord page to make sure it's still reachable.
187187

188-
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).
188+
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).
189189

190190
## Style Options
191191

0 commit comments

Comments
 (0)