Steps\r
 -----\r
 Message Router has 3 docker containers. Dmaap\_container,\r
-kafka\_contaienr and zookeeper\_container. Zookeeper runs on 172.18.0.2,\r
+kafka\_container and zookeeper\_container. Zookeeper runs on 172.18.0.2,\r
 kafka runs on 172.18.0.3 and dmaap on 172.18.0.4.\r
 \r
 1) Clone message service repo\r
    http://172.18.0.4:3904/events/TestTopic1/CG1/C1?timeout=1000\r
 \r
    Note: You will only receive messages which have been published after\r
-   you have subscribed to a topic.
\ No newline at end of file
+   you have subscribed to a topic.\r
 
 |                         | message..Note that use of this format may result in equivalent but altered JSON objects sent to consumers.      |
 |                         | That's because MR uses a standard JSON parser to read each object into memory before pushing the object to the  |
 |                         | Kafka system. At that point, the JSON object is re-written from the in-memory object. This can result in        |
-|                         | re-ordered fields or changes in whitespace. If you want to preseve JSON objects exactly,                        |
+|                         | re-ordered fields or changes in whitespace. If you want to preserve JSON objects exactly,                       |
 |                         | use application/cambria. Recommended to follow the JSON format.                                                 |
 +-------------------------+-----------------------------------------------------------------------------------------------------------------+
 
 +=========================+=================+============================+=============================================================================================+
 | DMaaP\_MR\_ERR\_3008    | 413             | Request Entity too large   | Message size exceeds the batch limit <limit>.Reduce the batch size and try again            |
 +-------------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------+
-| DMaaP\_MR\_ERR\_3009    | 500             | Internal Server Error      | Unable to publish messages. Please contact administartor                                    |
+| DMaaP\_MR\_ERR\_3009    | 500             | Internal Server Error      | Unable to publish messages. Please contact administrator                                    |
 +-------------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------+
 | DMaaP\_MR\_ERR\_3010    | 400             | Bad Request                | Incorrect Batching format. Please correct the batching format and try again                 |
 +-------------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------+