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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit af282c26bc74ac269be2218b5b5c895a5fcbd731
Author: Benoit Tellier <[email protected]>
AuthorDate: Thu Sep 5 12:10:34 2019 +0700

    JAMES-2366 Fix typo for forward routes documentation
---
 src/site/markdown/server/manage-webadmin.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/markdown/server/manage-webadmin.md 
b/src/site/markdown/server/manage-webadmin.md
index 3699097..dd59c88 100644
--- a/src/site/markdown/server/manage-webadmin.md
+++ b/src/site/markdown/server/manage-webadmin.md
@@ -1349,8 +1349,8 @@ Will return the destination addresses of this forward as 
a list of JSON Strings
 
 ```
 [
-  {"mailAddres":"[email protected]"},
-  {"mailAddres":"[email protected]"}
+  {"mailAddress":"[email protected]"},
+  {"mailAddress":"[email protected]"}
 ]
 ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to