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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4946093  Updates production by Jenkins
4946093 is described below

commit 49460938d568257b1feb370c3a2351d6adb7b26f
Author: jenkins <bui...@apache.org>
AuthorDate: Sat Jan 13 18:15:43 2018 +0000

    Updates production by Jenkins
---
 content/getting-started/debugging-struts.html       | 2 +-
 content/getting-started/exception-handling.html     | 2 +-
 content/getting-started/message-resource-files.html | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/getting-started/debugging-struts.html 
b/content/getting-started/debugging-struts.html
index 1beda4a..78a8587 100644
--- a/content/getting-started/debugging-struts.html
+++ b/content/getting-started/debugging-struts.html
@@ -178,7 +178,7 @@ link results in this.</p>
 <p><img src="attachments/att17137673_debuging-struts-2.png" 
alt="debuging-struts-2.png" /></p>
 
 <p>You may then click on one of the tabs (Results, Exception Mappings, 
Interceptors, Properties, Validators) to get more 
-information about how the Struts 2 framework is has configured that specific 
action.</p>
+information about how the Struts 2 framework has configured that specific 
action.</p>
 
 <p>On the left side of the page is the config browser plugin menu. Clicking on 
constants will render a view that lists all 
 the Struts 2 constants and their properties for your application. Clicking on 
beans shows the beans Struts 2 is managing. 
diff --git a/content/getting-started/exception-handling.html 
b/content/getting-started/exception-handling.html
index 1ccceb2..bf2ba17 100644
--- a/content/getting-started/exception-handling.html
+++ b/content/getting-started/exception-handling.html
@@ -211,7 +211,7 @@
 
 <p>Now when the application throws an uncaught exception, the Struts 2 
framework will handle it and will also write an entry to the log that includes 
the stack trace. In the example above, I’ve set the level to log these 
exceptions to be ERROR.</p>
 
-<p>In the example applications, the logging is just to the Servlet container’s 
console (see the <code class="highlighter-rouge">log4j.xml</code> file for the 
log settings).</p>
+<p>In the example applications, the logging is just to the Servlet container’s 
console (see the <code class="highlighter-rouge">log4j2.xml</code> file for the 
log settings).</p>
 
 <h2 id="display-exception-information-in-browser">Display Exception 
Information In Browser</h2>
 
diff --git a/content/getting-started/message-resource-files.html 
b/content/getting-started/message-resource-files.html
index 582ce00..754dad5 100644
--- a/content/getting-started/message-resource-files.html
+++ b/content/getting-started/message-resource-files.html
@@ -149,7 +149,7 @@ Struts 2 GitHub repository at <a 
href="https://github.com/apache/struts-examples
 <h2 id="introduction">Introduction</h2>
 
 <p>In this tutorial we’ll explore using Struts 2 message resource capabilities 
(also called resource bundles). Message 
-resources provide a simple way to put text in a view page that is the same 
through out your application, to create form 
+resources provide a simple way to put text in a view page that is the same 
throughout your application, to create form 
 field labels, and to change text to a specific language based on the user’s 
locale (i18n).</p>
 
 <p>The <a href="http://struts.apache.org/mail.html";>Struts 2 user mailing 
list</a> is an excellent place to get help. If you are having 

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <commits@struts.apache.org>'].

Reply via email to