From 79295a6471140c33564448cf0bc0bb9a91e60de4 Mon Sep 17 00:00:00 2001 From: Philipp Fromme Date: Tue, 12 Nov 2024 20:14:31 +0100 Subject: [PATCH] chore: typo --- src/cloud-element-templates/cmd/ChangeElementTemplateHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cloud-element-templates/cmd/ChangeElementTemplateHandler.js b/src/cloud-element-templates/cmd/ChangeElementTemplateHandler.js index f5cc2ca..c3ba27c 100644 --- a/src/cloud-element-templates/cmd/ChangeElementTemplateHandler.js +++ b/src/cloud-element-templates/cmd/ChangeElementTemplateHandler.js @@ -1227,7 +1227,7 @@ export function findOldProperty(oldTemplate, newProperty) { } /** - * Check whether the existing property should be keept. This is the case if + * Check whether the existing property should be kept. This is the case if * - an old template was set and the value differs from the default * - no template was set but the property was set manually *