diff --git a/proposals/himanshuk.rst b/proposals/himanshuk.rst
index 5eaf7568c80bd7564252aa611121f1963a1c7dec..d4d064da3dfde3146e5e46a077b041acf2263234 100644
--- a/proposals/himanshuk.rst
+++ b/proposals/himanshuk.rst
@@ -58,7 +58,7 @@ BeaglBboneBlack support robotic-cape cape with librobotcontrol package due to cr
 as below is simple dts example for accesing GPIO's for blink LED's.
 since P9_12 supports the GPIO's functinoality as output signal. 
 
-.. code-block:: dts
+.. code-block:: DTS
     /{
         compatible = "ti,BeaglBbone-Black";
         part-number = "DM-GPIO-TEST";
@@ -91,9 +91,9 @@ Each TI evm has an unique device tree binary file required by the kernel. As Bea
 BeagleBone AI-64 also support librobotcontrol packages but there are less tutorial and not refine code for support librobotcontrol package with new boards. Need to refine the device trees overlays to use this librobotcontrol package with AI-64.
 As in librobotcontrol there is no robotic cape dtb support for beaglebone-AI64 we need to write the device tree ovelay with (ti,j721e) binary file (.dtb).
 
-How it will be possible, see an example for blink LEDs via device tree ovelay which is for GPIO's.
+How it will be possible, see an example for blink LEDs via device tree ovelay which is for GPIO's:
 
-.. code-block:: dts
+.. code-block:: DTS
              &{/chosen} {
 	overlays {
 		BONE-LED_P8_03 = __TIMESTAMP__;