You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2011/10/04 21:14:46 UTC

svn commit: r1178915 - /myfaces/tobago/trunk/src/site/apt/guide.apt

Author: bommel
Date: Tue Oct  4 19:14:46 2011
New Revision: 1178915

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

Modified:
    myfaces/tobago/trunk/src/site/apt/guide.apt

Modified: myfaces/tobago/trunk/src/site/apt/guide.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/guide.apt?rev=1178915&r1=1178914&r2=1178915&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/guide.apt (original)
+++ myfaces/tobago/trunk/src/site/apt/guide.apt Tue Oct  4 19:14:46 2011
@@ -121,7 +121,7 @@ mvn install -Pall-modules
   be added as a dependency. Because the address book example uses JSP as rendering technology we will focus on JSP
   for now.
 
-  Tobago provides to tag libraries --  the core library and the extension library. The corresponding TLDs contain
+  Tobago provides two tag libraries --  the core library and the extension library. The corresponding TLDs contain
   documentation for the provided tags which is generated from annotations on the underlying tag classes. The core tag
   library contains basic controls and the extension library convenience tags for pre-assembled tag compositions -- for
   example a composition of a label and an input control.