Skip to content

Commit 554c3a4

Browse files
stand-alone -> standalone
1 parent 0bfb9d3 commit 554c3a4

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ The Nu Markup Checker is the backend behind [http://html5.validator.nu][1],
55
Its source code is available from [a set of repositories hosted at github][4],
66
as is `vnu.jar`, a portable standalone version for either batch-checking of HTML
77
documents directly from the command line and from other scripts/apps, or as a
8-
simple stand-alone HTTP server that provides a service for browser-based
9-
checking of HTML documents over the Web—similar to
10-
[http://validator.w3.org/nu/][2], etc.
8+
simple standalone HTTP server that provides a service for browser-based checking
9+
of HTML documents over the Web—similar to [http://validator.w3.org/nu/][2], etc.
1110

1211
[1]: http://html5.validator.nu
1312
[2]: http://validator.w3.org/nu/

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>The Nu Markup Checker</h1>
1414
<a href="https://github.com/validator/">a set of repositories hosted at github</a>,
1515
as is <code>vnu.jar</code>, a portable standalone version for either
1616
batch-checking of HTML documents directly from the command line and from
17-
other scripts/apps, or as a simple stand-alone HTTP server that provides a
17+
other scripts/apps, or as a simple standalone HTTP server that provides a
1818
service for browser-based checking of HTML documents over the Web—similar to
1919
<a href="http://validator.w3.org/nu/">http://validator.w3.org/nu/</a>,
2020
etc.

service.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h1>Web-based checking with vnu.war or vnu.jar</h1>
111111

112112
<p>Along with <a href="./">command-line use</a>,
113113
the <code>vnu.jar</code> package is suited to use
114-
as a simple <a href="#web-based-usage">stand-alone HTTP server.</a>
114+
as a simple <a href="#web-based-usage">standalone HTTP server.</a>
115115
If you want to deploy the application to a servlet container
116116
such as Apache Tomcat you will probably want to use the
117117
<code>vnu.war</code> package instead.
@@ -129,7 +129,7 @@ <h1>Web-based checking with vnu.war or vnu.jar</h1>
129129

130130
<p class=links>
131131
<!--<a href="#web-based-usage">Usage</a> · -->
132-
<a href="#stand-alone">Stand-Alone</a> ·
132+
<a href="#standalone">Standalone</a> ·
133133
<a href="#servlet">Servlet</a> ·
134134
<a href="#http-client">Client</a> ·
135135
<a href="#http-client-options">Options</a>
@@ -147,9 +147,9 @@ <h2>Web-based usage</h2>
147147
documents for other clients, not just web browsers.
148148

149149
</section>
150-
<section id=stand-alone>
151-
<h2>Stand-alone web server</h2>
152-
<p>To run the markup checker as a stand-alone service
150+
<section id=standalone>
151+
<h2>Standalone web server</h2>
152+
<p>To run the markup checker as a standalone service
153153
(using a built-in Jetty server),
154154
open a new terminal window
155155
and invoke <code>vnu.jar</code> like this:

0 commit comments

Comments
 (0)