Skip to content

Commit 422e689

Browse files
BHUVANSH855atscott
authored andcommitted
docs: fix malformed prettier-ignore comment in whitespace guide
1 parent dc8165e commit 422e689

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adev/src/content/guide/templates/whitespace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Most developers prefer to format their templates with newlines and indentation t
1818

1919
This template contains whitespace between all of the elements. The following snippet shows the same HTML with each whitespace character replaced with the hash (`#`) character to highlight how much whitespace is present:
2020

21-
<!-- prettier-ignore>
21+
<!-- prettier-ignore -->
2222
```html
2323
<!-- Total Whitespace: 20 -->
2424
<section>###<h3>User profile</h3>###<label>#####User name#####<input>###</label>#</section>

0 commit comments

Comments
 (0)