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 95e01f8  Updates production by Jenkins
95e01f8 is described below

commit 95e01f803b2ac2033e219225f35faa45c748ab3b
Author: jenkins <bui...@apache.org>
AuthorDate: Sun Jan 7 13:15:49 2018 +0000

    Updates production by Jenkins
---
 content/getting-started/using-tags.html | 2 +-
 content/primer.html                     | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/getting-started/using-tags.html 
b/content/getting-started/using-tags.html
index ce61ce2..96ede6b 100644
--- a/content/getting-started/using-tags.html
+++ b/content/getting-started/using-tags.html
@@ -151,7 +151,7 @@ HTML tag while providing added value. Other tags create 
non-standard, but useful
 
 <p>To use the Struts 2 tags on the view page, you must include a tag library 
directive. Typically, the taglib directive 
 is <code class="highlighter-rouge">&lt;%@ taglib prefix="s" uri="/struts-tags" 
%\&gt;</code>. So the prefix for all the Struts 2 tags will be <code 
class="highlighter-rouge">s</code>. 
-If you want to actually read the Struts 2 tag TLD file, you’ll find it in the 
`META-INF folder of the Struts 2 core jar.</p>
+If you want to actually read the Struts 2 tag TLD file, you’ll find it in the 
<code class="highlighter-rouge">META-INF</code> folder of the Struts 2 core 
jar.</p>
 
 <h2 id="struts-2-url-tag">Struts 2 url Tag</h2>
 
diff --git a/content/primer.html b/content/primer.html
index 2d6cd7e..7b17d91 100644
--- a/content/primer.html
+++ b/content/primer.html
@@ -224,8 +224,8 @@ transport more the HTML, HTML from the browser to render 
the view.</p>
 <h3 id="cycle">The HTTP Request/Response cycle</h3>
 
 <p>A very important part of HTTP for the web developer is the request/response 
cycle. To use HTTP
-you have to make a request. A HTTP server, like a web server, is then obliged 
to respond. When you
-build your web application, you design it to react to a HTTP request by 
returning a HTTP response.
+you have to make a request. An HTTP server, like a web server, is then obliged 
to respond. When you
+build your web application, you design it to react to an HTTP request by 
returning an HTTP response.
 Frameworks often abstract much of these nuts and bolts, but it is important to 
understand
 what is happening behind the scenes.</p>
 
@@ -283,7 +283,7 @@ is a plain old Java object which is instanced for each 
request.</p>
 
 <h3 id="javascript">JavaScript, AJAX, and SOAP</h3>
 
-<p>WIth HTTP and HTML you can already provide static web pages. Today this is 
much
+<p>With HTTP and HTML you can already provide static web pages. Today this is 
much
 often not longer enough and your application users might expect a interactive 
user interface.
 Web developers often resort to <a 
href="http://en.wikipedia.org/wiki/JavaScript";>JavaScript</a>
 to make web applications more interesting.</p>

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

Reply via email to