diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-02-22 13:51:14 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-02-22 13:51:14 (GMT) |
commit | 23a11984bf939e2e35499f3bacd5da55035e8cc7 (patch) | |
tree | 6a74aaa19a2cefa50a6653c3257520bfafd14db3 | |
parent | 7e6ad905db4fa6f34fd9d459892d57d70bb44d94 (diff) | |
download | kolab-docs-23a11984bf939e2e35499f3bacd5da55035e8cc7.tar.gz |
Improve wording a little
-rw-r--r-- | Architecture_and_Design/en-US/Administration_Panel.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Architecture_and_Design/en-US/Administration_Panel.xml b/Architecture_and_Design/en-US/Administration_Panel.xml index fba3ed3..d7d26ed 100644 --- a/Architecture_and_Design/en-US/Administration_Panel.xml +++ b/Architecture_and_Design/en-US/Administration_Panel.xml @@ -235,7 +235,7 @@ The status is the first item in the JSON dictionary. It has two possible values: <literal>OK</literal> or <literal>ERROR</literal>. Depending on the status of the request, the rest of the JSON output contains a result (OK) or the error details (ERROR). </para> <para> - A successful request looks like: + The response to a successful request looks as follows: </para> <para> @@ -246,7 +246,7 @@ </para> <para> - A successful result that is expected to return a list of zero, one or more items, such as <literal>list</literal> and <literal>search</literal> methods, includes a result layout as follows: + The reponse to a successful request that is expected to return a list of zero, one or more items, such as <literal>list</literal> and <literal>search</literal> methods, includes a result layout as follows: </para> <para> |