Skip to content

Commit

Permalink
Docs: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo committed Jul 30, 2024
1 parent 97b1e24 commit 2ee6ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def renderNotePage(notePageSignal: Signal[NotePage]): Div = {

val app: Div = div(
h1("Routing App"),
child <-- splitter.signal
child <-- pageSplitter.signal
)
```

Expand Down

0 comments on commit 2ee6ca8

Please sign in to comment.