First take warning correction

Issue-ID: SO-635

Change-Id: I3c5051db8b8361df1cc1a5f555b32ce8578ed8b2
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
diff --git a/docs/BPMN_Subprocess_Process_Flows.rst b/docs/BPMN_Subprocess_Process_Flows.rst
index cf2da40..fc36cc5 100644
--- a/docs/BPMN_Subprocess_Process_Flows.rst
+++ b/docs/BPMN_Subprocess_Process_Flows.rst
@@ -22,7 +22,7 @@
 

     The current best practice for reporting errors from subprocess is described here:

 	

-	* The subprocess should create a WorkflowException object and store it in an execution called WorkflowException.

+    * The subprocess should create a WorkflowException object and store it in an execution called WorkflowException.

     * The WorkflowException object contains an error code and an error message.

     * The subprocess should then throw an MSOWorkflowException BPMN event which may be handled by the calling flow.