Author: antelder
Date: Tue Aug 9 08:36:27 2011
New Revision: 1155261
URL: http://svn.apache.org/viewvc?rev=1155261&view=rev
Log:
Correct typo in page text
Modified:
tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/cors.html
Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/cors.html
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/cors.html?rev=1155261&r1=1155260&r2=1155261&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/cors.html (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/cors.html Tue Aug
9 08:36:27 2011
@@ -34,7 +34,7 @@ function corsGet() {
<a href="#" onclick="corsGet(); return false;">Invoke the Helloworld service</a>
</p><p>
-Clicking the above link should result in an pop-up alert box saying "Hello World".
+Clicking the above link should result in a pop-up alert box saying "Hello World".
</p>
</body>
|