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 2022/11/17 13:32:55 UTC

[struts-site] branch master updated: Fixes typo

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 <lu...@apache.org>
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