diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-11 13:51:23 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-11 13:51:23 -0400 |
commit | 5dba91cdc88c01ac1d314f24b12eb2cda651e206 (patch) | |
tree | 1e6d375aca00631a5b797793611ce6df1025d7f7 /doc/plugins | |
parent | ba00fb319c6332977ac0cc78937151add5b91335 (diff) |
typo
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/calendar.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/calendar.mdwn b/doc/plugins/calendar.mdwn index d695762b7..8ade70004 100644 --- a/doc/plugins/calendar.mdwn +++ b/doc/plugins/calendar.mdwn @@ -6,7 +6,7 @@ The directive displays a calendar, similar to the typical calendars shown on some blogs. Since ikiwiki is a wiki compiler, to keep the calendar up-to-date, -wikis that include it need to be periodically refreshes, typically by cron +wikis that include it need to be periodically refreshed, typically by cron at midnight. Example crontab: 0 0 * * * ikiwiki -setup ~/ikiwiki.setup -refresh |