summaryrefslogtreecommitdiff
path: root/cgi.html
diff options
context:
space:
mode:
Diffstat (limited to 'cgi.html')
-rw-r--r--cgi.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi.html b/cgi.html
index 06c5e81..f54d547 100644
--- a/cgi.html
+++ b/cgi.html
@@ -172,11 +172,11 @@ end</code></pre>
<p>
In the example request we mentioned above
(<code>example.com/calculator.html?a=10&amp;b=32</code>), the part
- starting from the question mark, <code>?a=10&amp;b=32</code> is the
+ starting from the question mark, <code>?a=10&amp;b=32</code>, is the
<i>query string</i>. This is how users can submit parameters with their
web requests. Usually these parameters are set by e.g. a form on your
website, but in our simple example we'll be just manually manipulating
- the query string.
+ the URL.
</p>
<p>