Repository: struts-site Updated Branches: refs/heads/master cb36b680c -> 31357d7f6
Fix typo: "Struts 2 Actons" to "Struts 2 Actions" Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/31357d7f Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/31357d7f Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/31357d7f Branch: refs/heads/master Commit: 31357d7f679c870875a6feb0ebf7a43f62c33323 Parents: cb36b68 Author: Ken Price <kapri...@asu.edu> Authored: Sat Jul 29 19:15:41 2017 -0400 Committer: GitHub <nore...@github.com> Committed: Sat Jul 29 19:15:41 2017 -0400 ---------------------------------------------------------------------- source/getting-started/processing-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-site/blob/31357d7f/source/getting-started/processing-forms.md ---------------------------------------------------------------------- diff --git a/source/getting-started/processing-forms.md b/source/getting-started/processing-forms.md index 4c0c4b4..267b517 100644 --- a/source/getting-started/processing-forms.md +++ b/source/getting-started/processing-forms.md @@ -4,7 +4,7 @@ title: Processing forms --- ## Processing Forms -This tutorial assumes you've completed the [Coding Struts 2 Actons](coding-actions.html) tutorial and have a working coding-actions project. The example code for this tutorial, form-processing, is available for checkout from the Struts 2 GitHub subversion repository: [https://github.com/apache/struts-examples](https://github.com/apache/struts-examples). +This tutorial assumes you've completed the [Coding Struts 2 Actions](coding-actions.html) tutorial and have a working coding-actions project. The example code for this tutorial, form-processing, is available for checkout from the Struts 2 GitHub subversion repository: [https://github.com/apache/struts-examples](https://github.com/apache/struts-examples). >