diff --git a/samples/bluetooth/eddystone/README.rst b/samples/bluetooth/eddystone/README.rst index bb728ecfdd3..24e21f3e9ac 100644 --- a/samples/bluetooth/eddystone/README.rst +++ b/samples/bluetooth/eddystone/README.rst @@ -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 diff --git a/samples/synchronization/README.rst b/samples/synchronization/README.rst index ea5f2971949..5c644490e20 100644 --- a/samples/synchronization/README.rst +++ b/samples/synchronization/README.rst @@ -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,