Skip to content

Commit

Permalink
fix(bluetooth-le): Fix typo in interface definition (#2881)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrake authored and danielsogl committed Jan 19, 2019
1 parent 603d694 commit c2f4561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/bluetooth-le/index.ts
Expand Up @@ -339,7 +339,7 @@ export interface InitializeResult {
/** Service's UUID */
service: string;
/** Characteristic UUID */
characterisitc: string;
characteristic: string;
/** This integer value will be incremented every read/writeRequested */
requestId: number;
/** Offset value */
Expand Down

0 comments on commit c2f4561

Please sign in to comment.