Skip to content

Commit

Permalink
[ML] Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Sep 17, 2020
1 parent 719d6ad commit 399758f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 399758f

Please sign in to comment.