From 50c03b2a49668d083843315415462f5bf654b16c Mon Sep 17 00:00:00 2001 From: Edoardo Tassinari Date: Fri, 3 Mar 2017 11:21:03 +0100 Subject: [PATCH] fix typo in ibeacon plugin (#1138) --- src/plugins/ibeacon.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/ibeacon.ts b/src/plugins/ibeacon.ts index fb5374256..3bb2ce831 100644 --- a/src/plugins/ibeacon.ts +++ b/src/plugins/ibeacon.ts @@ -566,7 +566,7 @@ export class IBeacon { /** - * See the docuemntation of {@code requestWhenInUseAuthorization} for further details. + * See the documentation of {@code requestWhenInUseAuthorization} for further details. * * @returns {Promise} Returns a promise which is resolved when the native layer * shows the request dialog.