Replaced occurences of "porting guide" with platform development kit
Also added LED documentation to the TOC
diff --git a/pdk/docs/guide/index.jd b/pdk/docs/guide/index.jd
index b59615f..acce1f7 100644
--- a/pdk/docs/guide/index.jd
+++ b/pdk/docs/guide/index.jd
@@ -3,9 +3,9 @@
 @jd:body
 
 
-<p>The Open Handset Distribution (OHD) is a isoftware distribution  for mobile devices, often referred to as Android, developed by members of the <a href="http://www.openhandsetalliance.com">Open Handset Alliance</a>. &nbsp;Android includes an operating system, middleware, and key applications typically required for mobile devices.</p>
+<p>The Open Handset Distribution (OHD) is a software distribution for mobile devices, often referred to as Android, developed by members of the <a href="http://www.openhandsetalliance.com">Open Handset Alliance</a>. &nbsp;Android includes an operating system, middleware, and key applications typically required for mobile devices.</p>
   
-<p>This porting guide describes the steps necessary to port Android to a new mobile device. &nbsp;Android is designed as a highly-portable, hardware-independent platform based on Linux, and porting the platform to new devices requires little more than porting the Linux kernel and developing the Linux drivers necessary for your device.</p>
+<p>This platform development kit describes the steps necessary to port Android to a new mobile device. &nbsp;Android is designed as a highly-portable, hardware-independent platform based on Linux, and porting the platform to new devices requires little more than porting the Linux kernel and developing the Linux drivers necessary for your device.</p>
   
 <p>The current version of this guide describes bringing Android up to "PDA-level" functionality; functionality sufficient to support non-multimedia apps that run on unconnected mobile devices through the standard user interface devices such as keypad and display. &nbsp;Future versions of this guide will cover complete telephony, multi-media and peripheral integration to create a complete mobile device.</p>
 
diff --git a/pdk/docs/guide/pdk_toc.cs b/pdk/docs/guide/pdk_toc.cs
index ebc9957..282e5a2 100644
--- a/pdk/docs/guide/pdk_toc.cs
+++ b/pdk/docs/guide/pdk_toc.cs
@@ -46,6 +46,14 @@
       <li><a href="<?cs var:toroot ?>guide/bluetooth.html">Bluetooth</a></li>
     </ul>
   </li>
+
+  <li class="toggle-list">
+    <div><a href="javascript:nothing()">Misc</a></div>
+    <ul>
+      <li><a href="<?cs var:toroot ?>guide/lights.html">LEDs</a></li>
+    </ul>
+  </li>
+
 </ul>
 </li>