File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 117
117
"babel-loader" : " 8.3.0" ,
118
118
"babel-plugin-angularjs-annotate" : " 0.10.0" ,
119
119
"bootstrap" : " 4.6.2" ,
120
+ "cheerio" : " 1.0.0-rc.12" ,
120
121
"chokidar" : " 3.6.0" ,
121
122
"chromatic" : " 11.7.1" ,
122
123
"co" : " 4.6.0" ,
Original file line number Diff line number Diff line change @@ -892,7 +892,7 @@ export function buildStyle(styleDescriptor) {
892
892
893
893
/**
894
894
* @typedef {Object } gmfShareOptions
895
- * @property {boolean } [enableEmail=true] Enhable email.
895
+ * @property {boolean } [enableEmail=true] Enable email.
896
896
*/
897
897
898
898
/**
Original file line number Diff line number Diff line change @@ -1334,7 +1334,7 @@ export type gmfLayerTreeOptions = {
1334
1334
1335
1335
export type gmfShareOptions = {
1336
1336
/**
1337
- * Enhable email.
1337
+ * Enable email.
1338
1338
*/
1339
1339
enableEmail ?: boolean ;
1340
1340
} ;
You can’t perform that action at this time.
0 commit comments