diff --git a/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java b/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java index da97ccab0..c8d3facf4 100644 --- a/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java +++ b/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java @@ -63,7 +63,7 @@ import com.opensymphony.xwork2.util.ValueStack; * * *

These parameters can also be set by exposing a similarly named getter method on your Action. For example, you can - * provide getContentType() to override that parameter for the current action.

N + * provide getContentType() to override that parameter for the current action.

* * *