From 14d7a2efc6cfd3e3f4dcb31bb04782b18dc02369 Mon Sep 17 00:00:00 2001 From: Rainner Lins Date: Fri, 3 Jun 2016 15:35:31 -0400 Subject: [PATCH] Fixed typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5d9160..9807c79 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Start by getting the Syntaxy CSS an JS files added to the page: ...
     // some code here to highlight.
-    // default is the name of tyhe filter that will be used to highlight.
+    // default is the name of the filter that will be used to highlight.
     // see more info on using filters below.
 
...