Client Library Guide requires updates 01/25601/2
authorTaka <tc012c@att.com>
Tue, 5 Dec 2017 19:58:12 +0000 (14:58 -0500)
committerPatrick Brady <pb071s@att.com>
Tue, 5 Dec 2017 20:03:49 +0000 (20:03 +0000)
Change-Id: Id8d7c945e449b042dfa4b5703e36fd9e96f08d94
Issue-ID: APPC-334
Signed-off-by: Taka <tc012c@att.com>
docs/APPC Client Library Guide/APPC Client Library Guide.rst

index f596bcd..221cf79 100644 (file)
@@ -67,7 +67,7 @@ APP-C Client Library Flow
 Asynchronous Flow
 ^^^^^^^^^^^^^^^^^
 
--  The APPC Client Library is called using an asynchronous API using a full command object, which is mapped to a JSON representation.
+-  The APPC Client Library is called using an asynchronous API utilizing a full command object, which is mapped to a JSON representation.
 -  The APPC client calls the UEB client and sends the JSON command to a configured topic.
 -  The APPC client pulls response messages from the configured topic.
 -  On receiving the response for the command, the APPC client runs the relevant callback method of the consumer ResponseHandler.