Skip to content

Commit 9311584

Browse files
authored
fix
1 parent c2d31ce commit 9311584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ module.exports = {
6969
rules in tempates can be disabled with eslint directives with mustache or html comments:
7070

7171
[!NOTE]
72-
html does not have the distinction of line or block comments, which is why block comments should start with `!<--- ... -->` (3 dashes and a space, end with 2 dashes)
72+
html does not have the distinction of line or block comments, which is why block comments should start with `<!--- ... -->` (3 dashes and a space, end with 2 dashes)
7373

7474
```hbs
7575
<template>

0 commit comments

Comments
 (0)