]> sipb.mit.edu Git - ikiwiki.git/commitdiff
typo
authorhttp://weakish.int.eu.org/ <http://weakish.int.eu.org/@web>
Thu, 12 Feb 2009 08:33:20 +0000 (03:33 -0500)
committerJoey Hess <joey@kitenet.net>
Thu, 12 Feb 2009 08:33:20 +0000 (03:33 -0500)
doc/plugins/shortcut/discussion.mdwn

index d11639856202947d51445f1c9a255a43355e7d58..8fa3f7acfb734c1eada461eec57392024bb958a3 100644 (file)
@@ -1,8 +1,8 @@
 The plugin somehow depends on [[mdwn]].  If you have
 disabled [[mdwn]], to get [[shortcut]] work, you need
-commit in a shortcuts.ext (ext is rcs|creole|html|txt|etc).
+commit in a shortcuts.ext (ext is `rcs|creole|html|txt|etc`).
 
-Then edit the following lines in[[shortcut]] plugin source:
+Then edit the following lines in [[shortcut]] plugin source:
 
     my $srcfile=srcfile("shortcuts.mdwn", 1);
 
@@ -12,5 +12,5 @@ and
 
 
 (It is better to edit a local copy of shortcut.pm in, say, ~/.ikiwiki/IkiWiki/Plugin
-and add ~/.ikiwiki to libdir in your ikiwiki.setup then edit the shortcut.pm installed
+and add ~/.ikiwiki to libdir in your ikiwiki.setup than edit the shortcut.pm installed
 in system directly.)