Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroadley committed Dec 15, 2017
1 parent 39fbc8a commit 8a048b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 8a048b0

Please sign in to comment.