diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-24 15:26:50 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-24 15:26:50 -0500 |
commit | c58f0eaa7093a01cd37bb1ab2ae732c8c2659526 (patch) | |
tree | 4058c47773d94dba36522bca9fa7c914921aac28 | |
parent | 3f3ff3f812d7465b0a42bab556938679aa873296 (diff) |
typo
-rw-r--r-- | doc/roadmap.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
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. |