Merge pull request #3 from follower/patch-2

Fix typo "Broadcase" --> "Broadcast"
This commit is contained in:
Aleksander Nowakowski 2015-07-01 09:08:34 +02:00
commit b8f09e4f2b
1 changed files with 1 additions and 1 deletions

View File

@ -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