Skip to content

Commit 9c4f0c8

Browse files
minho42kevin-brown
authored andcommittedJul 20, 2019
Fix typos (#5574)
1 parent bd7ac9d commit 9c4f0c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎dist/js/select2.full.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6411,7 +6411,7 @@ S2.define('select2/selection/stopPropagation',[
64116411
deltaY = 0;
64126412
}
64136413

6414-
// Set delta to be deltaY or deltaX if deltaY is 0 for backwards compatabilitiy
6414+
// Set delta to be deltaY or deltaX if deltaY is 0 for backwards compatibility
64156415
delta = deltaY === 0 ? deltaX : deltaY;
64166416

64176417
// New school wheel delta (wheel event)

‎src/js/select2/i18n/uk.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
define(function () {
2-
// Ukranian
2+
// Ukrainian
33
function ending (count, one, couple, more) {
44
if (count % 100 > 10 && count % 100 < 15) {
55
return more;

0 commit comments

Comments
 (0)