From fc4927bcf6eacdf62a5b9f4d4198b93a3d347163 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 15 Apr 2020 02:14:59 +1000 Subject: [PATCH] docs: Fix simple typo, vaidation -> validation (#956) There is a small typo in src/js/JSONEditor.js. Should read `validation` rather than `vaidation`. --- src/js/JSONEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/JSONEditor.js b/src/js/JSONEditor.js index 98b904f..7eb774a 100644 --- a/src/js/JSONEditor.js +++ b/src/js/JSONEditor.js @@ -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 = [