Repository: yetus Updated Branches: refs/heads/asf-site 7e76c3d06 -> 992527855
YETUS-110. typo fix in notice Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/99252785 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/99252785 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/99252785 Branch: refs/heads/asf-site Commit: 992527855694a61196098075ac025d97bd11117a Parents: 7e76c3d Author: Allen Wittenauer <[email protected]> Authored: Tue Oct 20 19:06:42 2015 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Tue Oct 20 19:06:42 2015 -0700 ---------------------------------------------------------------------- documentation/latest/precommit-basic/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/99252785/documentation/latest/precommit-basic/index.html ---------------------------------------------------------------------- diff --git a/documentation/latest/precommit-basic/index.html b/documentation/latest/precommit-basic/index.html index b26b1ab..fbdf2e2 100644 --- a/documentation/latest/precommit-basic/index.html +++ b/documentation/latest/precommit-basic/index.html @@ -208,7 +208,7 @@ as a whole.</p> <p>This will enable all plug-ins for potential usage, except for checkstyle and findbugs.</p> -<p><strong>NOTE: The examples in this section will assume that the necessary <code>--plugins</code> option has been set on the command line as approriate for your particular installation.</strong></p> +<p><strong>NOTE: The examples in this section will assume that the necessary <code>--plugins</code> option has been set on the command line as appropriate for your particular installation.</strong></p> <p>This command will execute basic patch testing against a patch file stored in “filename”:</p> <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">cd</span> <your repo>
