summaryrefslogtreecommitdiff
path: root/doc/ikiwiki/directive/progress.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-11 18:51:23 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-11 18:51:23 -0400
commit1d650e78108e16052c5e1737421bbe4b13c78b0e (patch)
tree9e7805230af86dbab086e83dcc490f07139d4ac2 /doc/ikiwiki/directive/progress.mdwn
parentbc7381c4f9f76cbef6bef27cc382a8246b58a4f7 (diff)
wording
Specifically, places that refer to "plugin" when they're really talking about a directive.
Diffstat (limited to 'doc/ikiwiki/directive/progress.mdwn')
-rw-r--r--doc/ikiwiki/directive/progress.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki/directive/progress.mdwn b/doc/ikiwiki/directive/progress.mdwn
index c477c435a..23b69a360 100644
--- a/doc/ikiwiki/directive/progress.mdwn
+++ b/doc/ikiwiki/directive/progress.mdwn
@@ -6,7 +6,7 @@ There are two possible parameter sets. The first is a single parameter
"percent" which holds a percentage figure of how complete the progress bar is.
The second possible set of parameters is a pair of [[ikiwiki/PageSpec]]s,
-`totalpages` and `donepages`. The progress plugin counts the number of
+`totalpages` and `donepages`. The directive counts the number of
pages in each pagespec and shows the percentage of the total pages that are
done.