From: Joey Hess Date: Sun, 16 May 2010 03:54:00 +0000 (-0400) Subject: fix typo X-Git-Tag: 3.20100518~26 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8e77dc1c9cda0777158b12025d6123452e090765;p=ikiwiki.git fix typo --- diff --git a/IkiWiki/Plugin/sidebar.pm b/IkiWiki/Plugin/sidebar.pm index 0350f2b71..2d495db2c 100644 --- a/IkiWiki/Plugin/sidebar.pm +++ b/IkiWiki/Plugin/sidebar.pm @@ -22,7 +22,7 @@ sub getsetup () { }, global_sidebars => { type => "boolean", - examples => 1, + example => 1, description => "show sidebar page on all pages?", safe => 1, rebuild => 1,