Merge pull request #428 from sjanc/bletiny

Remove bletiny from documentation
diff --git a/docs/os/core_os/porting/port_bsp.md b/docs/os/core_os/porting/port_bsp.md
index df51876..9e79569 100644
--- a/docs/os/core_os/porting/port_bsp.md
+++ b/docs/os/core_os/porting/port_bsp.md
@@ -91,7 +91,7 @@
 Target targets/boot-myboard successfully created
 Target targets/boot-myboard successfully set target.app to @apache-mynewt-core/apps/boot
 Target targets/boot-myboard successfully set target.bsp to hw/bsp/myboard
-Target targets/boot-myboard successfully set target.build_profile to debug
+Target targets/boot-myboard successfully set target.build_profile to optimized
 Target targets/blinky-myboard successfully created
 Target targets/blinky-myboard successfully set target.app to apps/blinky
 Target targets/blinky-myboard successfully set target.bsp to hw/bsp/myboard
diff --git a/docs/os/core_os/porting/port_os.md b/docs/os/core_os/porting/port_os.md
index 7fcebc7..ff958f3 100644
--- a/docs/os/core_os/porting/port_os.md
+++ b/docs/os/core_os/porting/port_os.md
@@ -9,7 +9,7 @@
 libraries and services like console, command shell, image manager, 
 bootloader, and file systems etc.
 
-Thee majority of this software is platform independent and requires no
+The majority of this software is platform independent and requires no
 intervention to run on your platform, but some of the components require 
 support from the underlying platform. 
 
diff --git a/docs/os/modules/bootloader/bootloader.md b/docs/os/modules/bootloader/bootloader.md
index 5b67536..534ebbc 100644
--- a/docs/os/modules/bootloader/bootloader.md
+++ b/docs/os/modules/bootloader/bootloader.md
@@ -26,7 +26,7 @@
 characteristics:
 
 * Built to run from flash.
-* Build to run from a fixed location (i.e., position-independent).
+* Built to run from a fixed location (i.e., NOT position-independent).
 
 
 ### Image Format