diff options
author | Edward Betts <edward@4angle.com> | 2018-01-13 09:25:40 +0000 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2018-01-13 11:42:50 -0500 |
commit | 3fad73031e544de6c9f74621de923da3806a6c21 (patch) | |
tree | c9c4c6524f6d46627856d46a5caf011b9e293b2e /tests/misc | |
parent | 6d1537ac5e528db9e91cf905f507bb409e546d2c (diff) | |
download | markdown-3fad73031e544de6c9f74621de923da3806a6c21.tar.gz markdown-3fad73031e544de6c9f74621de923da3806a6c21.tar.bz2 markdown-3fad73031e544de6c9f74621de923da3806a6c21.zip |
Correct spelling mistakes.
Diffstat (limited to 'tests/misc')
-rw-r--r-- | tests/misc/br.html | 2 | ||||
-rw-r--r-- | tests/misc/br.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/br.html b/tests/misc/br.html index 08563a5..e8e6fdf 100644 --- a/tests/misc/br.html +++ b/tests/misc/br.html @@ -8,4 +8,4 @@ Or, if you prefer, <strong>use two underscores instead</strong>.< <h2>Lists</h2> <p>Unordered (bulleted) lists use asterisks, pluses, and hyphens (<code>*</code>, <code>+</code>, and <code>-</code>) as list markers. These three markers are -interchangable; this:</p>
\ No newline at end of file +interchangeable; this:</p>
\ No newline at end of file diff --git a/tests/misc/br.txt b/tests/misc/br.txt index 59d29e0..19f4cf1 100644 --- a/tests/misc/br.txt +++ b/tests/misc/br.txt @@ -12,5 +12,5 @@ Output: Unordered (bulleted) lists use asterisks, pluses, and hyphens (`*`, `+`, and `-`) as list markers. These three markers are -interchangable; this: +interchangeable; this: |