web commit by joey
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 7 Sep 2006 15:39:05 +0000 (15:39 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 7 Sep 2006 15:39:05 +0000 (15:39 +0000)
doc/plugins/write.mdwn

index 26397db65fb6506b8e49efc8ec7a9a1c9239019f..8b149da1bba6307913c35b3d18786099a4996ee6 100644 (file)
@@ -167,9 +167,9 @@ This hook is called wheneven ikiwiki normally saves its state, just before
 the state is saved. The function can save other state, modify values before
 they're saved, etc.
 
-## Error handing
+# Error handing
 
-While a plugin can call ikiwiki's error routine for a fatal error, for
+While a plugin can call ikiwiki's `error` routine for a fatal error, for
 errors that aren't intended to halt the entire wiki build, including bad
 parameters passed to a [[PreProcessorDirective]], etc, it's better to just
 return the error message as the output of the plugin.