From dc82953f1ad1f7114875532ce28749b6703e840a Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Tue, 28 Apr 2015 00:08:51 +0200 Subject: [PATCH] Use "tags when left out" in the HTML5 section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a554cd6..eec9965 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ One exception Oga makes is that it does _not_ automatically insert `html`, distinction between documents and fragments as a user might not always want these tags to be inserted if left out. This complicates the user facing API as well as complicating the parsing internals of Oga. As a result I have decided -that Oga _does not_ insert these tags left out. +that Oga _does not_ insert these tags when left out. A more in depth explanation can be found here: .