From 8a048b0c22d94f6bfcfe3aa35b372f6c51aa76b0 Mon Sep 17 00:00:00 2001 From: Thomas Broadley Date: Thu, 14 Dec 2017 20:35:04 -0500 Subject: [PATCH] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09f8ec3397..39ef13b99c 100644 --- a/README.md +++ b/README.md @@ -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.