Skip to content

Commit

Permalink
Spin Button Example: Fix typo: fourteen -> fourteenth (pull #1839)
Browse files Browse the repository at this point in the history
Fixes #1838
  • Loading branch information
nschonni authored May 24, 2021
1 parent 1379b72 commit 092e3e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/spinbutton/js/datepicker-spinbuttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var DatePickerSpinButtons = function (domNode) {
'eleventh',
'twelfth',
'thirteenth',
'fourteen',
'fourteenth',
'fifteenth',
'sixteenth',
'seventeenth',
Expand Down
2 changes: 1 addition & 1 deletion test/tests/spinbutton_datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const valuesDay = [
'eleventh',
'twelfth',
'thirteenth',
'fourteen',
'fourteenth',
'fifteenth',
'sixteenth',
'seventeenth',
Expand Down

0 comments on commit 092e3e1

Please sign in to comment.