diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-21 04:31:40 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-21 04:31:40 +0000 |
commit | c6b8411197cbb88cac3033983e6c91d1d22cef40 (patch) | |
tree | 1feb9462b99d233417a7bd4b7aec9b69969902f5 /doc/plugins/write | |
parent | 66910d380ddf834696103b6de19bcbfa6f87219f (diff) | |
download | ikiwiki-c6b8411197cbb88cac3033983e6c91d1d22cef40.tar ikiwiki-c6b8411197cbb88cac3033983e6c91d1d22cef40.tar.gz |
fix
Diffstat (limited to 'doc/plugins/write')
-rw-r--r-- | doc/plugins/write/tutorial.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/write/tutorial.mdwn b/doc/plugins/write/tutorial.mdwn index 5be29b07c..66a53b845 100644 --- a/doc/plugins/write/tutorial.mdwn +++ b/doc/plugins/write/tutorial.mdwn @@ -39,7 +39,7 @@ register hooks that ikiwiki will call later. } This has hooked our plugin into the preprocess hook, which ikiwiki uses to -expand [[PreprocessorDirectives|preprocessordirectives]]. Notice that "fib" +expand [[PreprocessorDirectives|preprocessordirective]]. Notice that "fib" has shown up again. It doesn't actually have to match the module name this time, but it generally will. This "fib" is telling ikiwiki what kind of PreprocessorDirective to handle, namely one that looks like this: |