vendor/assets/javascripts/codemirror/modes/xquery.js in codemirror-rails-5.13.2 vs vendor/assets/javascripts/codemirror/modes/xquery.js in codemirror-rails-5.15.2
- old
+ new
@@ -15,10 +15,10 @@
// The keywords object is set to the result of this self executing
// function. Each keyword is a property of the keywords object whose
// value is {type: atype, style: astyle}
var keywords = function(){
- // conveinence functions used to build keywords object
+ // convenience functions used to build keywords object
function kw(type) {return {type: type, style: "keyword"};}
var A = kw("keyword a")
, B = kw("keyword b")
, C = kw("keyword c")
, operator = kw("operator")