Skip to content

Commit

Permalink
fix(docs): fix typo in french translation of datetime-picker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lonk committed Dec 7, 2020
1 parent a2683e9 commit fc578ea
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 fc578ea

Please sign in to comment.