diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-11 16:04:03 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-11 16:04:03 -0400 |
commit | 5cddd8a0a3b1b42dd3a92eb4f839679c12ddf97e (patch) | |
tree | 91f74d7b6e21f162f8d6330f1a1af6d3210ae2ae /doc/plugins | |
parent | 36003bad0ad5746af841a0373ded1e271ae57840 (diff) | |
download | ikiwiki-5cddd8a0a3b1b42dd3a92eb4f839679c12ddf97e.tar ikiwiki-5cddd8a0a3b1b42dd3a92eb4f839679c12ddf97e.tar.gz |
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 |