From 525bfa0695ca83c8c142ea6395ced5eedbf956d4 Mon Sep 17 00:00:00 2001 From: burnettk Date: Sat, 9 Jul 2022 00:21:34 -0400 Subject: [PATCH] fix typo --- app/spiffworkflow/PropertiesPanel/parts/DataObjectSelect.js | 2 +- app/spiffworkflow/PropertiesPanel/parts/ScriptGroup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/spiffworkflow/PropertiesPanel/parts/DataObjectSelect.js b/app/spiffworkflow/PropertiesPanel/parts/DataObjectSelect.js index 6928c2f..e7070d6 100644 --- a/app/spiffworkflow/PropertiesPanel/parts/DataObjectSelect.js +++ b/app/spiffworkflow/PropertiesPanel/parts/DataObjectSelect.js @@ -3,7 +3,7 @@ import { SelectEntry } from '@bpmn-io/properties-panel'; /** * Finds the value of the given type within the extensionElements - * given a type of "spiff:preScript", would find it in this, and retnr + * given a type of "spiff:preScript", would find it in this, and return * the object. * *