File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ <h2>Web-based usage</h2>
150
150
< section id =stand-alone >
151
151
< h2 > Stand-alone web server</ h2 >
152
152
< p > To run the markup checker as a stand-alone service
153
- (using built-in Jetty server),
153
+ (using a built-in Jetty server),
154
154
open a new terminal window
155
155
and invoke < code > vnu.jar</ code > like this:
156
156
@@ -206,10 +206,10 @@ <h2>Deployment to servlet container</h2>
206
206
< div class =note >
207
207
< p >
208
208
< 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)
210
210
to modify the servlet filter configuration.
211
211
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:
213
213
214
214
< pre >
215
215
<!--
You can’t perform that action at this time.
0 commit comments