Skip to content

Commit

Permalink
Merge pull request #518 from ndrake/fix-type-typo
Browse files Browse the repository at this point in the history
Fix mispelling of characteristic in index.d.ts
  • Loading branch information
randdusing authored Jan 15, 2019
2 parents e40884a + 1e808b5 commit 753123b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ declare namespace BluetoothlePlugin {
/** 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 753123b

Please sign in to comment.