Skip to content

Commit c21a2d4

Browse files
Fixed definition mistype.
1 parent 91f1185 commit c21a2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-maps/google-maps.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ declare namespace GoogleMapsLoader {
1212
export var KEY: string;
1313
export var CLIENT: string;
1414
export var VERSION: string;
15-
export var SENSO: boolean;
15+
export var SENSOR: boolean;
1616
export var LIBRARIES: Array<string>;
1717
export var LANGUAGE: string;
1818
export function release(callBack: Function): void;

0 commit comments

Comments
 (0)