Skip to content

Commit

Permalink
Typo (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaceno authored Feb 23, 2023
1 parent 44aa0df commit 5dff723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/views.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const finishingMoveOptions = () => [
]

const view = () => h("div", {}, [
h("em", {}, text("Finish them:"),
h("em", {}, text("Finish them:")),
...finishingMoveOptions(),
])
```
Expand Down

0 comments on commit 5dff723

Please sign in to comment.