Skip to content

Commit

Permalink
SHIBUI-1967
Browse files Browse the repository at this point in the history
Corrected typo in word default
  • Loading branch information
chasegawa committed Jun 18, 2021
1 parent 6427a77 commit 12c04f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class JsonSchemaBuilderService {
[title : it['displayName'],
description : it['helpText'],
type : it['displayType'],
deafult : it['defaultValue'],
default : it['defaultValue'],
examples : it['examples']]
}
properties[(String) it['name']] = property
Expand Down

0 comments on commit 12c04f0

Please sign in to comment.