docs(ibeacon): typo

This commit is contained in:
Daniel 2018-09-18 15:22:17 +02:00
parent aecb0f9460
commit 640da1b618

View File

@ -266,7 +266,7 @@ export interface IBeaconDelegate {
*
* this.ibeacon.startMonitoringForRegion(beaconRegion)
* .then(
* () => console.log('Native layer recieved the request to monitoring'),
* () => console.log('Native layer received the request to monitoring'),
* error => console.error('Native layer failed to begin monitoring: ', error)
* );
* ```