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>