Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
llienher authored and sbrunner committed Aug 27, 2024
1 parent 03f6cc0 commit f4203e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2020-2023 Camptocamp SA
// Copyright (c) 2020-2024 Camptocamp SA
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in
Expand Down 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
4 changes: 2 additions & 2 deletions srcapi/store/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2020-2023 Camptocamp SA
// Copyright (c) 2020-2024 Camptocamp SA
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in
Expand Down Expand Up @@ -1334,7 +1334,7 @@ export type gmfLayerTreeOptions = {

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

0 comments on commit f4203e1

Please sign in to comment.