From 7d861e6c07d725df4518f75fc187c0be02592db9 Mon Sep 17 00:00:00 2001 From: Saryu Shah Date: Thu, 26 Apr 2018 18:04:45 +0000 Subject: [PATCH] Fix typo in documentation Fix typo in documentation ------------------------------------------------------------- Change-Id: I01b8849c97645e9e5ed81f99768088f2fa439e45 Issue-ID: POLICY-536 Signed-off-by: Saryu Shah --- docs/platform/clsimulation.rst | 2 +- docs/platform/deployPDPPAP.rst | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/platform/clsimulation.rst b/docs/platform/clsimulation.rst index 3a9f4342b..b24e72d03 100644 --- a/docs/platform/clsimulation.rst +++ b/docs/platform/clsimulation.rst @@ -30,7 +30,7 @@ Alternatively, this command could be used: curl --silent --user : -X PUT --header "Content-Type: text/plain" –data @ http://localhost:9696/policy/pdp/engine/topics/sources/ueb//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 diff --git a/docs/platform/deployPDPPAP.rst b/docs/platform/deployPDPPAP.rst index 476d6860b..a04515899 100644 --- a/docs/platform/deployPDPPAP.rst +++ b/docs/platform/deployPDPPAP.rst @@ -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. -- 2.16.6