Skip to content

Commit

Permalink
docs: fix typo in french translation of datetime-picker.md (ElemeFE#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
lonk authored and BANKA2017 committed Mar 16, 2021
1 parent bed5cd1 commit 0ba1641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/docs/fr-FR/datetime-picker.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ DateTimePicker est dérivé de DatePicker et TimePicker. Pour plus d'information
return {
pickerOptions: {
shortcuts: [{
text: 'Aujourdh\'ui',
text: 'Aujourd\'hui',
onClick(picker) {
picker.$emit('pick', new Date());
}
Expand Down

0 comments on commit 0ba1641

Please sign in to comment.