fix component name

This commit is contained in:
Scott Simpson 2016-09-20 09:53:25 -07:00 committed by GitHub
parent b8398544a0
commit 3f70d20bb1

View file

@ -228,7 +228,7 @@ m(BetterHeader, {
}) })
// clearer consumption use case // clearer consumption use case
m(Header, { m(BetterHeader, {
title: [ title: [
m("h1", "My title"), m("h1", "My title"),
m("small", "A small note"), m("small", "A small note"),