[weld-commits] Weld SVN: r4675 - doc/trunk/reference/en-US.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Nov 4 14:24:07 EST 2009


Author: dan.j.allen
Date: 2009-11-04 14:24:07 -0500 (Wed, 04 Nov 2009)
New Revision: 4675

Modified:
   doc/trunk/reference/en-US/gettingstarted.xml
Log:
grammar


Modified: doc/trunk/reference/en-US/gettingstarted.xml
===================================================================
--- doc/trunk/reference/en-US/gettingstarted.xml	2009-11-04 19:20:45 UTC (rev 4674)
+++ doc/trunk/reference/en-US/gettingstarted.xml	2009-11-04 19:24:07 UTC (rev 4675)
@@ -445,7 +445,7 @@
          <programlisting><![CDATA[$> mvn war:inplace tomcat:run -Ptomcat]]></programlisting> 
 
          <para>
-            The advantage of using the embedded server is that changes to assets in src/main/webapp take affect
+            The advantage of using the embedded server is that changes to assets in src/main/webapp take effect
             immediately. If a change to a webapp configuration file is made, the application may automatically redeploy
             (depending on the plugin configuration). If you make a change to a classpath resource, you need to execute a
             build:
@@ -504,7 +504,7 @@
       </para>
 
       <para>
-         Any changes to assets in src/main/webapp take affect immediately. If a change to a webapp configuration file is
+         Any changes to assets in src/main/webapp take effect immediately. If a change to a webapp configuration file is
          made, the application may automatically redeploy. The redeploy behavior can be fined tuned in the plugin
          configuration. If you make a change to a classpath resource, you need to execute a build and the inplace goal
          of the Maven WAR plugin, again with the jetty profile enabled.



More information about the weld-commits mailing list