Minor english improvements to docs - smu - smu - simple markup (Markdown) proce… | |
git clone git://git.codemadness.org/smu | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 792820eb83644234a1474a9ec7864f652a428fc1 | |
parent 2c7b9d2ec0e1858ba6e5fcc2dfabd229bc914d04 | |
Author: Michael Stevens <[email protected]> | |
Date: Sat, 7 Dec 2013 18:24:04 +0000 | |
Minor english improvements to docs | |
Diffstat: | |
M documentation | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/documentation b/documentation | |
@@ -34,7 +34,7 @@ There are several pattern you can use to highlight your text: | |
This ___is___ cool, too. | |
* But this example won't work as expected: | |
***Hello** you* | |
- This is a wontfix bug because it would make the source to complex. | |
+ This is a wontfix bug because it would make the source too complex. | |
Use this instead: | |
***Hello*** *you* | |
@@ -61,7 +61,7 @@ first is underlining: | |
Topic | |
----- | |
-This very intuitive and self explaining. The resulting sourcecode looks like | |
+This is very intuitive and self explaining. The resulting sourcecode looks like | |
this: | |
<h1>Heading</h1> |