From 9a9b1d9bd8ec16187a427ab9ffe5f7527cb8db4d Mon Sep 17 00:00:00 2001 From: Annamalai Date: Fri, 4 Dec 2015 11:13:52 +0530 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16f9201..1887f87 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ It has two methods: ## `.parse(htmlString, options)` -Takes a sting of HTML and turns it into an AST, the only option you can currently pass is an object of registered `components` whose children will be ignored when generating the AST. +Takes a string of HTML and turns it into an AST, the only option you can currently pass is an object of registered `components` whose children will be ignored when generating the AST. ## `.stringify(AST)`