Merge pull request #98 from lukaszlenart/architects-guide

Architects guide
diff --git a/source/core-developers/application-servers.md b/source/core-developers/application-servers.md
index c4edd0d..5971586 100644
--- a/source/core-developers/application-servers.md
+++ b/source/core-developers/application-servers.md
@@ -19,3 +19,4 @@
 - [WebLogic 6.1](weblogic-6-1.html)
 - [WebSphere](websphere.html)
 - [Glassfish 2.x](glassfish-2-x.html)
+- Wildfly 10.x
diff --git a/source/getting-started/form-validation-using-xml.md b/source/getting-started/form-validation-using-xml.md
index c7c95ed..74d0c89 100644
--- a/source/getting-started/form-validation-using-xml.md
+++ b/source/getting-started/form-validation-using-xml.md
@@ -100,7 +100,7 @@
 </validator>
 ```
 
-The param name="expression" node is used to specify the regular expression that will be applied to the user's input. Note how the regular expression is contained within a CDATA section.
+The `param name="regex"` node is used to specify the regular expression that will be applied to the user's input. Note how the regular expression is contained within a CDATA section.
 
 ## Validating A User's Input Using An OGNL Expression