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/03/08 12:55:16 UTC

[12/15] struts-site git commit: Fixes typo

Fixes typo


Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/7fa1510b
Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/7fa1510b
Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/7fa1510b

Branch: refs/heads/master
Commit: 7fa1510bdb2985a33c08e4c1ddd5c97a4fb5f3af
Parents: 9673371
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Sat Feb 4 07:39:41 2017 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Wed Mar 8 13:54:43 2017 +0100

----------------------------------------------------------------------
 source/submitting-patches.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-site/blob/7fa1510b/source/submitting-patches.md
----------------------------------------------------------------------
diff --git a/source/submitting-patches.md b/source/submitting-patches.md
index f8a16c2..9c5892b 100644
--- a/source/submitting-patches.md
+++ b/source/submitting-patches.md
@@ -73,7 +73,7 @@ you should create a branch to keep your changes and it must be done off the `mas
 
     git checkout -b my-branch
 
-Do you changes and commit them to `my-branch`, when you're done you can push the changes to GitHub, to your fork.
+Do your changes and commit them to `my-branch`, when you're done you can push the changes to GitHub, to your fork.
 
     git push -u fork my-branch