diff options
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/cors.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/cors.html b/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/cors.html index 2ae3bd7821..9b5106673c 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/cors.html +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/cors.html @@ -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>
|