Fixed several typos in markdown files. (#5005)

This commit is contained in:
Ti Zhou
2017-08-18 02:45:12 +08:00
committed by Steve Perry
parent bc5951ca10
commit 53177b5de0
19 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ $ cat hello.html
The point of marked was to create a markdown compiler where it was possible to
frequently parse huge chunks of markdown without having to worry about
caching the compiled output somehow...or blocking for an unnecesarily long time.
caching the compiled output somehow...or blocking for an unnecessarily long time.
marked is very concise and still implements all markdown features. It is also
now fully compatible with the client-side.