Fix typo in documentation 47/44947/1
authorSaryu Shah <ss3917@att.com>
Thu, 26 Apr 2018 18:04:45 +0000 (18:04 +0000)
committerSaryu Shah <ss3917@att.com>
Thu, 26 Apr 2018 18:04:45 +0000 (18:04 +0000)
Fix typo in documentation
-------------------------------------------------------------

Change-Id: I01b8849c97645e9e5ed81f99768088f2fa439e45
Issue-ID: POLICY-536
Signed-off-by: Saryu Shah <ss3917@att.com>
docs/platform/clsimulation.rst
docs/platform/deployPDPPAP.rst

index 3a9f434..b24e72d 100644 (file)
@@ -30,7 +30,7 @@ Alternatively, this command could be used:
 
         curl --silent --user <userName>:<password> -X PUT --header "Content-Type: text/plain" â€“data @<onsetFile> http://localhost:9696/policy/pdp/engine/topics/sources/ueb/<topic>/events
 
-The topic beeing used is *unauthenticated.DCAE_CL_OUTPUT*, which is subject to change.  The onset file is a file that contains the data to inject as the onset.  The data contained depends on the use case. This is an example for VoLTE:
+The topic being used is *unauthenticated.DCAE_CL_OUTPUT*, which is subject to change.  The onset file is a file that contains the data to inject as the onset.  The data contained depends on the use case. This is an example for VoLTE:
 
     .. code-block:: json
        :caption: VoLTE_Sample_Onset
index 476d686..a045158 100644 (file)
@@ -106,7 +106,9 @@ Healthcheck / Testing
 
 - The Policy PDP health check can be checked using the generic procedure documented above for PAP which applies to all policy components. 
 
-* Apart from the above check PDP also provides the swagger UI from which PDP REST APIs which can be tested and used, this also lets us know the PDP Status. In order to access PDP's swagger UI visit http://{PDP_URL}:8081/pdp/swagger-ui.html 
+- Apart from the above check PDP also provides the swagger UI from which PDP REST APIs which can be tested and used, this also lets us know the PDP Status. In order to access PDP's swagger UI visit ``http://{PDP_URL}:8081/pdp/swagger-ui.html.``
+
+- Apart from the above check PDP also provides the swagger UI from which PDP REST APIs which can be tested and used, this also lets us know the PDP Status. ``In order to access PDP's swagger UI visit http://{PDP_URL}:8081/pdp/swagger-ui.html.``
 
 - In order to test the Policy components, the swagger UI provided by PDP can be used to test PDP and PAP.