From 83c25b41efc899de2172a3256137be7a424e5c08 Mon Sep 17 00:00:00 2001 From: Roland Brand Date: Thu, 15 Jun 2017 23:12:56 +0200 Subject: [PATCH] docs(): fix typo (#1690) fixed a typo in comment --- src/@ionic-native/plugins/ibeacon/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/ibeacon/index.ts b/src/@ionic-native/plugins/ibeacon/index.ts index 66c7fbc77..72529a704 100644 --- a/src/@ionic-native/plugins/ibeacon/index.ts +++ b/src/@ionic-native/plugins/ibeacon/index.ts @@ -16,7 +16,7 @@ export interface Beacon { major: number; /** - * The beacon's major identifier number. + * The beacon's minor identifier number. */ minor: number;