Skip to content

Commit 3c46067

Browse files
Minor edits.
1 parent a94c6a3 commit 3c46067

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

service.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h2>Web-based usage</h2>
150150
<section id=stand-alone>
151151
<h2>Stand-alone web server</h2>
152152
<p>To run the markup checker as a stand-alone service
153-
(using built-in Jetty server),
153+
(using a built-in Jetty server),
154154
open a new terminal window
155155
and invoke <code>vnu.jar</code> like this:
156156

@@ -206,10 +206,10 @@ <h2>Deployment to servlet container</h2>
206206
<div class=note>
207207
<p>
208208
<b>Note:</b> You may want to customize the <code>/WEB-INF/web.xml</code>
209-
file inside the WAR file (you can use any ZIP handing program)
209+
file inside the WAR file (you can use any ZIP-handling program)
210210
to modify the servlet filter configuration.
211211
For example, if you wanted to disable gzip decompression you
212-
could comment-out that filter like this:
212+
could comment out that filter like this:
213213

214214
<pre>
215215
&lt;!--

0 commit comments

Comments
 (0)