Skip to content

Commit

Permalink
docs: fix note block display (#471)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Fu <github@antfu.me>
  • Loading branch information
Ptitet and antfu authored Jul 27, 2024
1 parent d5ae88d commit 28db32c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Accepts three values (or two for `singleline`):
- `semi` - each member should be delimited with a semicolon (`;`).
- `none` - each member should be delimited with nothing.

::: note
:::tip Note

`none` is not an option for `singleline` because having no delimiter between members on a single line is a syntax error in TS.

Expand Down

0 comments on commit 28db32c

Please sign in to comment.