grammar correction

This commit is contained in:
Oliver Burn 2002-01-21 04:12:23 +00:00
parent 16a2469de9
commit d137c3a72e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ div.tip {margin-left : 5%;margin-right : 5%;padding-left: 2%; padding-right: 2%;
<p align="center">Author: <a href="mailto:checkstyle@puppycrawl.com">Oliver Burn</a></p>
<h2>Introduction</h2>
<p>This document describes the core engine of Checkstyle, including what checks it performs and how it can be configured. The engine can be executed via different <a href="site.html#related">interfaces</a>. The standard distribution included support for:
<p>This document describes the core engine of Checkstyle, including what checks it performs and what can be configured. The engine can be executed via different <a href="site.html#related">interfaces</a>. The standard distribution included support for:
<ul>
<li><a href="http://jakarta.apache.org/ant/">ANT Task</a> - see <a href="anttask.html">anttask.html</a> for more information.</li>