From 86eea8c1d353280e299d09e667f339ff78bca3cd Mon Sep 17 00:00:00 2001 From: Sean Lang Date: Fri, 1 Apr 2016 03:03:36 -0400 Subject: [PATCH] fix misspelling of "parser" --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 8f28275..3f73b85 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,4 +1,4 @@ -// Main perser class +// Main parser class 'use strict';