summaryrefslogtreecommitdiff
path: root/ikiwiki
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki')
-rw-r--r--ikiwiki/formatting.mdwn2
-rw-r--r--ikiwiki/markdown.mdwn2
2 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki/formatting.mdwn b/ikiwiki/formatting.mdwn
index befbce9..d2a5f46 100644
--- a/ikiwiki/formatting.mdwn
+++ b/ikiwiki/formatting.mdwn
@@ -24,7 +24,7 @@ do) followed by a period:
To create a header, start a line with one or more `#` characters followed
by a space and the header text. The number of `#` characters controls the
-size of the header:
+level of the header:
# # h1
## ## h2
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.