diff --git a/x-pack/plugins/transform/public/app/sections/transform_management/components/edit_transform_flyout/use_edit_transform_flyout.ts b/x-pack/plugins/transform/public/app/sections/transform_management/components/edit_transform_flyout/use_edit_transform_flyout.ts index 6b43d171290c1..c3430ed94c628 100644 --- a/x-pack/plugins/transform/public/app/sections/transform_management/components/edit_transform_flyout/use_edit_transform_flyout.ts +++ b/x-pack/plugins/transform/public/app/sections/transform_management/components/edit_transform_flyout/use_edit_transform_flyout.ts @@ -221,7 +221,7 @@ const getUpdateValue = ( const configValue = getNestedProperty(config, formStateAttribute.configFieldName, fallbackValue); - // only get depending values if we're not already in a call to get dependeing values. + // only get depending values if we're not already in a call to get depending values. const dependsOnConfig: PostTransformsUpdateRequestSchema = enforceFormValue === false ? formStateAttribute.dependsOn.reduce((_dependsOnConfig, dependsOnField) => {