File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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<!--
You can’t perform that action at this time.
0 commit comments