diff --git a/proposals/html-modules-explainer.md b/proposals/html-modules-explainer.md
index c9c61108..c6098cca 100644
--- a/proposals/html-modules-explainer.md
+++ b/proposals/html-modules-explainer.md
@@ -35,7 +35,7 @@ HTML Modules will be imported using the same `import` statements currently used
The MIME-type in the HTTP response header will be checked to determine whether a given module should be treated as script or HTML. Each imported HTML Module will have its own [module record](https://tc39.github.io/ecma262/#sec-abstract-module-records) as introduced in the ES6 spec and will participate in the ES6 Module map and module dependency graphs.
-An HTML Module will be parsed per the normal HTML5 parsing rules, with the exception that it is only allowed to contain `