This commit is contained in:
Zacharias Enochsson 2023-02-23 08:35:20 +01:00 committed by GitHub
parent 44aa0dfab3
commit 5dff7237f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ const finishingMoveOptions = () => [
]
const view = () => h("div", {}, [
h("em", {}, text("Finish them:"),
h("em", {}, text("Finish them:")),
...finishingMoveOptions(),
])
```