fixed grammar and polling time message

Changed accesses to accessing
Changed comment to reflect actual polling interval (1 second)
This commit is contained in:
Charles Galpin
2013-09-06 16:40:29 -04:00
committed by Rossen Stoyanchev
parent 4e6b5a4acd
commit dbf329e513
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
<ui:define name="notes">
<h5>Comments:</h5>
<p>
Polling occurs every 3 seconds once started<br/>
Polling occurs every second once started<br/>
Review flow definition and view.xhtml in <span class="alt">src/main/webapp/WEB-INF/flows/poller</span>
</p>
<hr/>

View File

@@ -68,7 +68,7 @@
<h:outputLink value="poller?tab=1" >
<h:outputText value="Polling" />
</h:outputLink><br/>
<span class="alt">Shows PrimeFaces poller component accesses server-side Web Flow data.</span>
<span class="alt">Shows PrimeFaces poller component accessing server-side Web Flow data.</span>
</li>
</ul>
</p:tab>