docs: Fix typo (#1968)
This commit is contained in:
parent
12d9085fe7
commit
685cdedc62
1 changed files with 1 additions and 1 deletions
|
|
@ -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, "/", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue