docs: Fix simple typo, vaidation -> validation (#956)
There is a small typo in src/js/JSONEditor.js. Should read `validation` rather than `vaidation`.
This commit is contained in:
parent
981dd220a0
commit
fc4927bcf6
|
@ -171,7 +171,7 @@ function JSONEditor (container, options, json) {
|
|||
*/
|
||||
JSONEditor.modes = {}
|
||||
|
||||
// debounce interval for JSON schema vaidation in milliseconds
|
||||
// debounce interval for JSON schema validation in milliseconds
|
||||
JSONEditor.prototype.DEBOUNCE_INTERVAL = 150
|
||||
|
||||
JSONEditor.VALID_OPTIONS = [
|
||||
|
|
Loading…
Reference in New Issue