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:
Tim Gates 2020-04-15 02:14:59 +10:00 committed by GitHub
parent 981dd220a0
commit fc4927bcf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ function JSONEditor (container, options, json) {
*/ */
JSONEditor.modes = {} JSONEditor.modes = {}
// debounce interval for JSON schema vaidation in milliseconds // debounce interval for JSON schema validation in milliseconds
JSONEditor.prototype.DEBOUNCE_INTERVAL = 150 JSONEditor.prototype.DEBOUNCE_INTERVAL = 150
JSONEditor.VALID_OPTIONS = [ JSONEditor.VALID_OPTIONS = [