You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/02/04 06:44:28 UTC

svn commit: r1006195 - /websites/production/struts/content/submitting-patches.html

Author: lukaszlenart
Date: Sat Feb  4 06:44:27 2017
New Revision: 1006195

Log:
Updates production

Modified:
    websites/production/struts/content/submitting-patches.html

Modified: websites/production/struts/content/submitting-patches.html
==============================================================================
--- websites/production/struts/content/submitting-patches.html (original)
+++ websites/production/struts/content/submitting-patches.html Sat Feb  4 06:44:27 2017
@@ -204,7 +204,7 @@ git pull
 </code></pre>
 </div>
 
-<p>Do you changes and commit them to <code class="highlighter-rouge">my-branch</code>, when you’re done you can push the changes to GitHub, to your fork.</p>
+<p>Do your changes and commit them to <code class="highlighter-rouge">my-branch</code>, when you’re done you can push the changes to GitHub, to your fork.</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>git push -u fork my-branch
 </code></pre>