fix(bluetooth-le): Fix typo in interface definition (#2881)

This commit is contained in:
Nate Drake 2019-01-19 03:31:07 -05:00 committed by Daniel Sogl
parent 603d6943ef
commit c2f45616ac

View File

@ -339,7 +339,7 @@ export interface InitializeResult {
/** Service's UUID */ /** Service's UUID */
service: string; service: string;
/** Characteristic UUID */ /** Characteristic UUID */
characterisitc: string; characteristic: string;
/** This integer value will be incremented every read/writeRequested */ /** This integer value will be incremented every read/writeRequested */
requestId: number; requestId: number;
/** Offset value */ /** Offset value */