summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-02-10 16:02:12 +0100
committerJonas Smedegaard <dr@jones.dk>2021-03-23 12:36:17 +0100
commit3ae4c9bd03a461bf099b734685b0da99dae30a0e (patch)
tree37ca2eedcca2d9b3c6d8c14d72fd9355d1bf34bf
parent12b66956d3085d7c38749f7422a505f870cd64cf (diff)
"WikiLinks and directives" is plural.
-rw-r--r--ikiwiki/markdown.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki/markdown.mdwn b/ikiwiki/markdown.mdwn
index 6841919..d1aa914 100644
--- a/ikiwiki/markdown.mdwn
+++ b/ikiwiki/markdown.mdwn
@@ -7,5 +7,5 @@ For documentation about the markdown syntax, see [[formatting]] and
[Markdown: syntax](http://daringfireball.net/projects/markdown/syntax).
Note that [[WikiLinks|WikiLink]] and [[directives|directive]] are not part
-of the markdown syntax, and are the only bit of markup that this wiki
+of the markdown syntax, and are the only bits of markup that this wiki
handles internally.