From 4a849cd350db4eae9225f242dfc69153bb76abe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Simard?= Date: Thu, 16 Mar 2017 19:17:16 +0100 Subject: [PATCH] Correct word typo on extending.md --- docs/extending.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extending.md b/docs/extending.md index 7ee9c3f4c..62868f6a3 100644 --- a/docs/extending.md +++ b/docs/extending.md @@ -227,7 +227,7 @@ var defaults = { When schema form traverses the JSON Schema to create default form definitions it first checks the *JSON Schema type* and then calls on each function in the corresponding list *in order* until a -function actually returns something. That is then used as a defualt. +function actually returns something. That is then used as a default. This is the function that makes it a datepicker if its a string and has format "date" or "date-time":