Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 4, 2016
1 parent 297ad28 commit 5667467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/chronos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ It is also possible to make big jumps to defined points in time::
$time = Chronos::create();
$time->startOfDay();
$time->startOfMonth();
$time->endOfMoth();
$time->endOfMonth();
$time->endOfYear();
$time->startOfWeek();
$time->endOfWeek();
Expand Down

0 comments on commit 5667467

Please sign in to comment.