samples: fixed typo in README.rst

Per ISSM team feedbacks:
“demostrating” >> “demonstrating”
“demonstates” >> ”demonstrates”

Signed-off-by: Sharron LIU <sharron.liu@intel.com>
This commit is contained in:
Sharron LIU 2017-06-08 10:11:20 +08:00 committed by Anas Nashif
commit 3970cd4a87
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ Bluetooth: Eddystone
Overview
********
Application demostrating `Eddystone Configuration Service`_
Application demonstrating `Eddystone Configuration Service`_
The Eddystone Configuration Service runs as a GATT service on the beacon while
it is connectable and allows configuration of the advertised data, the

View file

@ -6,7 +6,7 @@ Synchronization Sample
Overview
********
A simple application that demonstates basic sanity of the kernel.
A simple application that demonstrates basic sanity of the kernel.
Two threads (A and B) take turns printing a greeting message to the console,
and use sleep requests and semaphores to control the rate at which messages
are generated. This demonstrates that kernel scheduling, communication,