Fix typos

This commit is contained in:
Thomas Broadley 2017-12-14 20:35:04 -05:00
parent 39fbc8aedb
commit 8a048b0c22

View File

@ -265,7 +265,7 @@ default with the old behavior moved into `pedantic`.
Type: `boolean`
Default: `false`
Use "smart" typograhic punctuation for things like quotes and dashes.
Use "smart" typographic punctuation for things like quotes and dashes.
## Access to lexer and parser
@ -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.