Skip to content

Commit b3bc96b

Browse files
authored
Merge pull request #855 from sim51/patch-1
Correct word typo on extending.md
2 parents e8e83e3 + 4a849cd commit b3bc96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extending.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ var defaults = {
227227

228228
When schema form traverses the JSON Schema to create default form definitions it first checks the
229229
*JSON Schema type* and then calls on each function in the corresponding list *in order* until a
230-
function actually returns something. That is then used as a defualt.
230+
function actually returns something. That is then used as a default.
231231

232232
This is the function that makes it a datepicker if its a string and has format "date" or "date-time":
233233

0 commit comments

Comments
 (0)