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 a2f2c0a Updates production by Jenkins
a2f2c0a is described below
commit a2f2c0a8ff89d1456d560a7ede2cf1b831462a55
Author: jenkins <[email protected]>
AuthorDate: Tue Feb 11 18:56:19 2020 +0000
Updates production by Jenkins
---
content/core-developers/action-configuration.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/core-developers/action-configuration.html
b/content/core-developers/action-configuration.html
index ce881da..35b5878 100644
--- a/content/core-developers/action-configuration.html
+++ b/content/core-developers/action-configuration.html
@@ -212,7 +212,7 @@ to setting this property to <code
class="highlighter-rouge">true</code>.</p>
<p>Although action naming is pretty flexible, one should pay attention when
using dots (eg. create.user) and/or dashes
(eg. my-action). While the dot notation has no known side effects at this
time, the dash notation will cause problems
with the generated JavaScript for certain tags and themes. Use with caution,
and always try to use camelcase action
-names (eg. createUser) or underscores (eg. my-action).</p>
+names (eg. createUser) or underscores (eg. my_action).</p>
<p><strong>Allowed action names</strong></p>