docs: Fix typo (#1968)

This commit is contained in:
Matilda Smeds 2017-09-15 08:10:11 +02:00 committed by Pat Cavit
parent 12d9085fe7
commit 685cdedc62

View file

@ -177,7 +177,7 @@ They can be consumed in the same way regular components can.
m.render(document.body, m(closureComponent))
// EXAMPLE: via m.mount
m.mount(document.body, closuresComponent)
m.mount(document.body, closureComponent)
// EXAMPLE: via m.route
m.route(document.body, "/", {