Skip to content

Commit 2ad2333

Browse files
authored
Fix typo in bool.mdx (#1106)
1 parent 67ebc90 commit 2ad2333

File tree

1 file changed

+1
-1
lines changed
  • src/routes/reference/jsx-attributes

1 file changed

+1
-1
lines changed

src/routes/reference/jsx-attributes/bool.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This attribute is most useful for Web Components.
2020

2121
```
2222

23-
<Callout type="info" title="Strong-Typing Custom Bollean Attributes">
23+
<Callout type="info" title="Strong-Typing Custom Boolean Attributes">
2424
Type definitions are required when using TypeScript.
2525
See the [TypeScript](/configuration/typescript#forcing-properties-and-custom-attributes) page for examples.
2626
</Callout>

0 commit comments

Comments
 (0)