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 2020/10/13 07:25:51 UTC

[struts-site] branch master updated: Update action-mapper.md

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/master by this push:
     new dd30d2b  Update action-mapper.md
     new 3f003b4  Merge pull request #151 from peutch/patch-1
dd30d2b is described below

commit dd30d2bc0c9e816d5224d5779c95a5614328dc52
Author: Patrice Duroux <pe...@users.noreply.github.com>
AuthorDate: Tue Oct 13 09:23:15 2020 +0200

    Update action-mapper.md
    
    small typo
---
 source/core-developers/action-mapper.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/core-developers/action-mapper.md b/source/core-developers/action-mapper.md
index c42aae9..b0b26fb 100644
--- a/source/core-developers/action-mapper.md
+++ b/source/core-developers/action-mapper.md
@@ -143,7 +143,7 @@ For example with the following in struts.xml:
 ```
 
 `CompositeActionMapper` will be configured with 2 ActionMapper, namely "struts" which is `org.apache.struts2.dispatcher.mapper.DefaultActionMapper`
-and "restful" which is `org.apache.struts2.dispatcher.mapper.RestfulActionMapperRestfulActionMapper`. 
+and "restful" which is `org.apache.struts2.dispatcher.mapper.RestfulActionMapper`. 
 
 `CompositeActionMapper` would consult each of them in order described above.