docs: fix build failing
Some checks are pending
Tests / Unit (push) Waiting to run
Tests / E2E (push) Waiting to run

This commit is contained in:
ayo 2026-07-20 20:31:27 +02:00
parent b26cb30b9b
commit 561294f72c

View file

@ -52,7 +52,6 @@ class FlagBox extends WebComponent {
}
```
<!-- prettier-ignore -->
```html
<flag-box></flag-box> <!-- props.flag === false -->
<flag-box flag></flag-box> <!-- props.flag === true -->