You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by st...@apache.org on 2005/05/16 19:40:43 UTC

svn commit: r170416 - /incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/sharedFlow.xml

Author: steveh
Date: Mon May 16 10:40:42 2005
New Revision: 170416

URL: http://svn.apache.org/viewcvs?rev=170416&view=rev
Log:
Wordsmithery.

Modified:
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/sharedFlow.xml

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/sharedFlow.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/sharedFlow.xml?rev=170416&r1=170415&r2=170416&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/sharedFlow.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/sharedFlow.xml Mon May 16 10:40:42 2005
@@ -134,7 +134,7 @@
 
 			<note>You cannot access actions in <code>Global.app</code> if you've declared 
 				shared flow references (@Jpf.Controller(sharedFlowRefs=...)) in your 
-				page flow</note>
+				page flow.</note>
 <p>Now you can invoke the resources within the shared flow.  For example, to invoke the 
 	shared flow's <code>handleLogout()</code> method, do the following:</p>
 	<source>    _sharedFlowOne.handleLogout();</source>