diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-02-17 00:34:01 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-02-17 00:34:01 -0500 |
| commit | 9e863dc9c2bd4c3e3101d6b0ca7d255819d73087 (patch) | |
| tree | 831d2892d9e0c970225ce1b436bdb7b35ca2b5f9 | |
| parent | d158d10bd05dbfcf70b20fa4bd2c4eed739e9a16 (diff) | |
consistent wording
| -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> |
