From 55d6d117215a4355e321c7869ceb9486aed44fc0 Mon Sep 17 00:00:00 2001 From: Patrick Reames Date: Mon, 20 Mar 2017 14:06:20 -0500 Subject: [PATCH] docs(diagnostic): change bluetoothStates to bluetoothState (#1199) --- src/plugins/diagnostic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/diagnostic.ts b/src/plugins/diagnostic.ts index 548f5669c..58474adb7 100644 --- a/src/plugins/diagnostic.ts +++ b/src/plugins/diagnostic.ts @@ -19,7 +19,7 @@ import {Cordova, Plugin, CordovaProperty} from './plugin'; * * Diagnostic.getBluetoothState() * .then((state) => { - * if (state == Diagnostic.bluetoothStates.POWERED_ON){ + * if (state == Diagnostic.bluetoothState.POWERED_ON){ * // do something * } else { * // do something else