You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2016/06/11 11:53:27 UTC

svn commit: r1747883 - /maven/site/trunk/content/apt/guides/mini/guide-generating-sources.apt

Author: khmarbaise
Date: Sat Jun 11 11:53:27 2016
New Revision: 1747883

URL: http://svn.apache.org/viewvc?rev=1747883&view=rev
Log:
Fixed typo.

Modified:
    maven/site/trunk/content/apt/guides/mini/guide-generating-sources.apt

Modified: maven/site/trunk/content/apt/guides/mini/guide-generating-sources.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/mini/guide-generating-sources.apt?rev=1747883&r1=1747882&r2=1747883&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/mini/guide-generating-sources.apt (original)
+++ maven/site/trunk/content/apt/guides/mini/guide-generating-sources.apt Sat Jun 11 11:53:27 2016
@@ -68,7 +68,7 @@ Guide to generating sources
  {{{../introduction/introduction-to-the-lifecycle.html}lifecycle}}
  and will eventually hit the <<<generate-sources>>> phase and see you have a plugin configured that
  wants to participate in that phase and the ANTLR4 Maven Plugin is executed with
- your given configuration. Furthermore during the compile you can observer that
+ your given configuration. Furthermore during the compile you can observe that
  all the generated code (from your grammar files) will automatically being compiled 
  without supplemental configuration.