Skip to content

Commit

Permalink
feat (OpeningHourDay): Rename Saterday to Saturday
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Pommier committed Aug 22, 2016
1 parent 9d22a70 commit 1f53840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bpost/Order/Box/Openinghour/Day.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Day
const DAY_WEDNESDAY = 'Wednesday';
const DAY_THURSDAY = 'Thursday';
const DAY_FRIDAY = 'Friday';
const DAY_SATURDAY = 'Saterday';
const DAY_SATURDAY = 'Saturday';
const DAY_SUNDAY = 'Sunday';

/**
Expand Down

0 comments on commit 1f53840

Please sign in to comment.