From 992c31317d3c8ac9dc09f6b203f790fb37fbda74 Mon Sep 17 00:00:00 2001 From: Martin Janiczek Date: Mon, 16 Jan 2012 04:17:37 +0100 Subject: [PATCH] typo, s/Unorderd/Unordered/ --- assets/markdown.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/markdown.php b/assets/markdown.php index 3818aa3..c6dc81f 100644 --- a/assets/markdown.php +++ b/assets/markdown.php @@ -4,7 +4,7 @@ array(__('Headers'), __('Precede with a # for each level desired as in: ### This is an h3 header')), array(__('Paragraphs'), __('Seperate with a blank line')), array(__('Blockquotes'), __('Precede with a > (two >> will produce a quote within a quote)')), - array(__('Unorderd lists'), __('Precede list items with a *, + or -')), + array(__('Unordered lists'), __('Precede list items with a *, + or -')), array(__('Ordered lists'), __('Precede list items with a number followed by a period')), array(__('Emphasis'), __('*italics* **bold** or _italics_ __bold__')), array(__('Links'), __('[link text](http://some-site.com "optional title")')),