Skip to content

Commit 4680db1

Browse files
authored
Merge pull request #416 from kabaehr/patch-1
fixed typo
2 parents 1d70e12 + dc604d3 commit 4680db1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

types/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ declare namespace BluetootlePlugin {
832832

833833
interface Descriptors extends DeviceInfo {
834834
/** Characteristic's UUID */
835-
characterisitic: string,
835+
characteristic: string,
836836
/** Service's UUID */
837837
service: string,
838838
/* Array of descriptor UUIDs */
@@ -841,7 +841,7 @@ declare namespace BluetootlePlugin {
841841

842842
interface OperationResult extends DeviceInfo {
843843
/** Characteristic UUID */
844-
characterisitic: string,
844+
characteristic: string,
845845
/** Service's UUID */
846846
service: string,
847847
/** Base64 encoded string of bytes */
@@ -850,7 +850,7 @@ declare namespace BluetootlePlugin {
850850

851851
interface UnsubscribeResult extends DeviceInfo {
852852
/** Characteristic UUID */
853-
characterisitic: string,
853+
characteristic: string,
854854
/** Service's UUID */
855855
service: string,
856856
}

0 commit comments

Comments
 (0)