diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-08-09 08:36:27 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-08-09 08:36:27 +0000 |
commit | cb5520578ac2a8141e8b5906f74a533a8890e0e6 (patch) | |
tree | 12cea2f8b8199b097be8160b9df338881a2d63b9 | |
parent | 59dee362730bd6a1911be2b31d6272104c6704f9 (diff) |
Correct typo in page text
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155261 13f79535-47bb-0310-9956-ffa450edef68
-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>
|