Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
llienher committed Aug 28, 2024
1 parent dba5696 commit 4330022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 4330022

Please sign in to comment.