summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-11-26 09:50:50 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-11-26 09:50:50 -0500
commit2a6f6585f735eb4e3108136922032f2cf24bf0f5 (patch)
tree99af7719a869905ea44e1af81223e78715434ea2
parent75b8904ea8368aea20f9b94e69115425a4f70ff8 (diff)
fix wording
-rw-r--r--static/faq.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/faq.html b/static/faq.html
index 2b5d4b2c..f385ec55 100644
--- a/static/faq.html
+++ b/static/faq.html
@@ -489,8 +489,8 @@
<p>The connectivity checks are done by performing an empty GET request to a
server returning an empty response with a 204 No Content response code. The
- request a standard, frozen value for the user agent and doesn't send any data
- to the server.</p>
+ request uses a standard, frozen value for the user agent and doesn't send any
+ query/data to the server.</p>
<p>Standard frozen 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>