[struts-site] branch master updated: Fixes typo in announcement

2022-12-02 Thread lukaszlenart
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 740a0e669 Fixes typo in announcement
740a0e669 is described below

commit 740a0e66929b5764415b406d4a4b847309e4e04d
Author: Lukasz Lenart 
AuthorDate: Fri Dec 2 20:06:49 2022 +0100

Fixes typo in announcement
---
 source/announce-2022.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/announce-2022.md b/source/announce-2022.md
index c11f03225..08b4c257e 100644
--- a/source/announce-2022.md
+++ b/source/announce-2022.md
@@ -13,7 +13,7 @@ title: Announcements 2022
   Skip to: Announcements - 2021
 
 
- 28 November 2022 - Apache Struts version 6.1.3 General Availability 
{#a20221128}
+ 28 November 2022 - Apache Struts version 6.1.1 General Availability 
{#a20221128}
 
 The Apache Struts group is pleased to announce that Apache Struts version 
6.1.1 is available as a "General Availability"
 release. The GA designation is our highest quality grade.



[struts-site] branch master updated: Fixes typo

2022-11-17 Thread lukaszlenart
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 fad07a3e2 Fixes typo
fad07a3e2 is described below

commit fad07a3e28493d7109553cb67fd0a7badafd256a
Author: Lukasz Lenart 
AuthorDate: Thu Nov 17 14:32:49 2022 +0100

Fixes typo
---
 source/core-developers/plain-result.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/core-developers/plain-result.md 
b/source/core-developers/plain-result.md
index f4a641209..31d85c422 100644
--- a/source/core-developers/plain-result.md
+++ b/source/core-developers/plain-result.md
@@ -12,10 +12,10 @@ parent:
 
 You create this result programmatically in an action and return it as a result 
of the action. No result definition
 is needed in `struts.xml`. See the examples below how to use it. Please notice 
that the method result type is `PlainResult`
-instead of `String`. Please explore the API for more methods - if any is 
missing you can either extends the interface
+instead of `String`. Please explore the API for more methods - if any is 
missing you can either extend the interface
 or report it in [JIRA](https://issues.apache.org/jira/projects/WW/).
 
-> NOTE: This result is available since Struts 2.6 and it requires Java 8 
+> NOTE: This result is available since Struts 6.0.0 
 
 ## Parameters
 



[struts-site] branch master updated: Fixes typo

2018-12-09 Thread lukaszlenart
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 a825215  Fixes typo
a825215 is described below

commit a825215b0a0e50280282a56978f9b918df4ce7c4
Author: Lukasz Lenart 
AuthorDate: Mon Dec 10 08:22:06 2018 +0100

Fixes typo
---
 source/core-developers/static-content.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/core-developers/static-content.md 
b/source/core-developers/static-content.md
index a0fd563..ee60e60 100644
--- a/source/core-developers/static-content.md
+++ b/source/core-developers/static-content.md
@@ -43,7 +43,7 @@ If there is a request that Struts is handling as an action, 
and you wish to make
 a comma separated list of regular expressions like:
 
 ```xml
-
+
 ```
 
 These regular expression will be evaluated against the request's URI 
(`HttpServletRequest.getRequestURI()`), and if any