summaryrefslogtreecommitdiffstats
path: root/docs/manual/getting-started.html.en
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2014-01-20 09:16:27 +0100
committerAndré Malo <nd@apache.org>2014-01-20 09:16:27 +0100
commitd631f231b5ebba27ab6c4be56c329206731049ae (patch)
treed64cb451e29ab92a818fa8c3ce9f8b1cfe8463af /docs/manual/getting-started.html.en
parentsvn:eol-style = native (diff)
downloadapache2-d631f231b5ebba27ab6c4be56c329206731049ae.tar.xz
apache2-d631f231b5ebba27ab6c4be56c329206731049ae.zip
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1559642 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/getting-started.html.en')
-rw-r--r--docs/manual/getting-started.html.en4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/getting-started.html.en b/docs/manual/getting-started.html.en
index e85b158af3..bc0806904c 100644
--- a/docs/manual/getting-started.html.en
+++ b/docs/manual/getting-started.html.en
@@ -47,10 +47,10 @@ Addresses on the Web are expressed with URLs - Uniform Resource Locators
<code>www.apache.org</code>), a URL-path (e.g.
<code>/docs/current/getting-started.html</code>), and possibly a query
string (e.g. <code>?arg=value</code>) used to pass additional
-arguments to the server.
+arguments to the server.
</p>
-<p>A client (e.g., a web browser) connects to a server (e.g., your Apache HTTP Server),
+<p>A client (e.g., a web browser) connects to a server (e.g., your Apache HTTP Server),
with the specified protocol, and makes a <strong>request</strong> for a resource using the
URL-path.</p>