From f4203e165b3543594321c3fc6768872990a22365 Mon Sep 17 00:00:00 2001 From: Laurent Lienher Date: Tue, 27 Aug 2024 16:05:15 +0200 Subject: [PATCH] Fix typo --- src/options.js | 4 ++-- srcapi/store/config.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/options.js b/src/options.js index f357ad962b25..d1924c16dad8 100644 --- a/src/options.js +++ b/src/options.js @@ -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 @@ -892,7 +892,7 @@ export function buildStyle(styleDescriptor) { /** * @typedef {Object} gmfShareOptions - * @property {boolean} [enableEmail=true] Enhable email. + * @property {boolean} [enableEmail=true] Enable email. */ /** diff --git a/srcapi/store/config.ts b/srcapi/store/config.ts index 0d11f654de4d..ee3a0c09c194 100644 --- a/srcapi/store/config.ts +++ b/srcapi/store/config.ts @@ -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 @@ -1334,7 +1334,7 @@ export type gmfLayerTreeOptions = { export type gmfShareOptions = { /** - * Enhable email. + * Enable email. */ enableEmail?: boolean; };