From 80815358e4637ad4f58ad5a0812755394e04320c Mon Sep 17 00:00:00 2001 From: follower Date: Wed, 1 Jul 2015 03:26:57 +1200 Subject: [PATCH] Fix typo "Broadcase" --> "Broadcast" --- documentation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/README.md b/documentation/README.md index 03d706e..b921816 100644 --- a/documentation/README.md +++ b/documentation/README.md @@ -145,7 +145,7 @@ startService(service); Please, see [How to create init packet](https://github.com/NordicSemiconductor/nRF-Master-Control-Panel/tree/master/init%20packet%20handling "Init packet handling") document for more information about the init packet. -The service will send local broadcast events using **LocalBroadcaseManager**. +The service will send local broadcast events using **LocalBroadcastManager**. ```java