Skip to content

Commit

Permalink
Fix typos (select2#5574)
Browse files Browse the repository at this point in the history
  • Loading branch information
minho42 authored and kevin-brown committed Jul 20, 2019
1 parent bd7ac9d commit 9c4f0c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/select2.full.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/js/select2/i18n/uk.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
define(function () {
// Ukranian
// Ukrainian
function ending (count, one, couple, more) {
if (count % 100 > 10 && count % 100 < 15) {
return more;
Expand Down

0 comments on commit 9c4f0c8

Please sign in to comment.