Skip to content

Commit 083c560

Browse files
authored
Merge pull request #9451 from camptocamp/backport/9449-to-master
[Backport master] Fix typo
2 parents dba5696 + 42a6c2f commit 083c560

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
"babel-loader": "8.3.0",
118118
"babel-plugin-angularjs-annotate": "0.10.0",
119119
"bootstrap": "4.6.2",
120+
"cheerio": "1.0.0-rc.12",
120121
"chokidar": "3.6.0",
121122
"chromatic": "11.7.1",
122123
"co": "4.6.0",

src/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ export function buildStyle(styleDescriptor) {
892892

893893
/**
894894
* @typedef {Object} gmfShareOptions
895-
* @property {boolean} [enableEmail=true] Enhable email.
895+
* @property {boolean} [enableEmail=true] Enable email.
896896
*/
897897

898898
/**

srcapi/store/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ export type gmfLayerTreeOptions = {
13341334

13351335
export type gmfShareOptions = {
13361336
/**
1337-
* Enhable email.
1337+
* Enable email.
13381338
*/
13391339
enableEmail?: boolean;
13401340
};

0 commit comments

Comments
 (0)