Min ho Kim 5 년 전
부모
커밋
9c4f0c86a1
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      dist/js/select2.full.js
  2. 1 1
      src/js/select2/i18n/uk.js

+ 1 - 1
dist/js/select2.full.js

@@ -6411,7 +6411,7 @@ S2.define('select2/selection/stopPropagation',[
             deltaY = 0;
         }
 
-        // Set delta to be deltaY or deltaX if deltaY is 0 for backwards compatabilitiy
+        // Set delta to be deltaY or deltaX if deltaY is 0 for backwards compatibility
         delta = deltaY === 0 ? deltaX : deltaY;
 
         // New school wheel delta (wheel event)

+ 1 - 1
src/js/select2/i18n/uk.js

@@ -1,5 +1,5 @@
 define(function () {
-  // Ukranian
+  // Ukrainian
   function ending (count, one, couple, more) {
     if (count % 100 > 10 && count % 100 < 15) {
       return more;