diff options
| -rw-r--r-- | static/faq.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/faq.html b/static/faq.html index c6295363..47e5a6e4 100644 --- a/static/faq.html +++ b/static/faq.html @@ -279,7 +279,8 @@ </ul> <p>Standard AOSP user agent for the GET request:</p> <p>Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.32 Safari/537.36</p> - <p>No query / data is sent and the response is unused beyond checking the response code.</p> + <p>No query / data is sent to the servers and the response is unused beyond + checking the response code.</p> <p>Similar connectivity checks are also performed by Vanadium.</p> </li> <li> |
