Fix documentation errors

Change-Id: I5f73c54a5cfd6dce51e63017c3c2d8a9aff49be7
diff --git a/docs/quickstart_physical.md b/docs/quickstart_physical.md
index d88df20..a9ecc0c 100644
--- a/docs/quickstart_physical.md
+++ b/docs/quickstart_physical.md
@@ -420,7 +420,7 @@
    populated with the exit message from provisioning.
 
 Please refer to [Re-provision Compute Nodes and Switches
-](#re-provision-copute-nodes-and-switches)
+](#re-provision-compute-nodes-and-switches)
 if you want to restart this process or re-provision a initialized compute node.
 
 ## Booting OpenFlow switches
@@ -469,7 +469,7 @@
    populated with the exit message from provisioning.
 
 Please refer to [Re-provision Compute Nodes and Switches
-](#re-provision-copute-nodes-and-switches)
+](#re-provision-compute-nodes-and-switches)
 if you want to restart this process or re-provision a initialized switch.
 
 ## Post Deployment Configuration of XOS / ONOS VTN app
@@ -765,8 +765,8 @@
 ```
 curl -sS http://$(docker inspect --format '{{.NetworkSettings.Networks.maas_default.IPAddress}}' provisioner):4243/provision/ | jq '[.[] | { "status": .status, "id": .request.Info.id, "name": .request.Info.name}]'
 ```
-1. Delete the state on the provisioner
+2. Delete the state on the provisioner
 ```
 curl -sS -XDELETE http://$(docker inspect --format '{{.NetworkSettings.Networks.maas_default.IPAddress}}' provisioner):4243/provision/<switch-id>
 ```
-1. The provisioner should try to re-provision the compute node/switch automatically.
+3. The provisioner should try to re-provision the compute node/switch automatically.