From: Joey Hess Date: Wed, 24 Dec 2008 20:26:50 +0000 (-0500) Subject: typo X-Git-Tag: 3.00~4^2~21 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/c58f0eaa7093a01cd37bb1ab2ae732c8c2659526 typo --- diff --git a/doc/roadmap.mdwn b/doc/roadmap.mdwn index d8c80b234..0f8cb00fc 100644 --- a/doc/roadmap.mdwn +++ b/doc/roadmap.mdwn @@ -54,9 +54,9 @@ The highlights of the changes in version 3.0 include: * Support for additional revision control systems: [[rcs/bzr]], [[rcs/monotone]] * Support for [[tips/trusted_git_push]]. -* The RecentChanges page is compiled statically, not generated the the CGI. +* The RecentChanges page is compiled statically, not generated from the CGI. * A new version (3.00) of the plugin API, exporting additional - commonly used functions from IkiWiki.pm. Nearly everything in ikiwiki is + commonly used functions from `IkiWiki.pm`. Nearly everything in ikiwiki is now a plugin, from WikiLinks to page editing, to RecentChanges. * Far too many bug fixes, features, and enhancements to list here.