Skip to content

Commit

Permalink
Merge pull request #9451 from camptocamp/backport/9449-to-master
Browse files Browse the repository at this point in the history
[Backport master] Fix typo
  • Loading branch information
llienher authored Aug 28, 2024
2 parents dba5696 + 42a6c2f commit 083c560
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"babel-loader": "8.3.0",
"babel-plugin-angularjs-annotate": "0.10.0",
"bootstrap": "4.6.2",
"cheerio": "1.0.0-rc.12",
"chokidar": "3.6.0",
"chromatic": "11.7.1",
"co": "4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ export function buildStyle(styleDescriptor) {

/**
* @typedef {Object} gmfShareOptions
* @property {boolean} [enableEmail=true] Enhable email.
* @property {boolean} [enableEmail=true] Enable email.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion srcapi/store/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,7 @@ export type gmfLayerTreeOptions = {

export type gmfShareOptions = {
/**
* Enhable email.
* Enable email.
*/
enableEmail?: boolean;
};
Expand Down

0 comments on commit 083c560

Please sign in to comment.