Skip to content

Commit c2f4561

Browse files
ndrakedanielsogl
authored andcommitted
fix(bluetooth-le): Fix typo in interface definition (#2881)
1 parent 603d694 commit c2f4561

File tree

1 file changed

+1
-1
lines changed
  • src/@ionic-native/plugins/bluetooth-le

1 file changed

+1
-1
lines changed

src/@ionic-native/plugins/bluetooth-le/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export interface InitializeResult {
339339
/** Service's UUID */
340340
service: string;
341341
/** Characteristic UUID */
342-
characterisitc: string;
342+
characteristic: string;
343343
/** This integer value will be incremented every read/writeRequested */
344344
requestId: number;
345345
/** Offset value */

0 commit comments

Comments
 (0)