Skip to content

Commit bb20abd

Browse files
authored
Update no-multi-spaces.md
1 parent ff12cf4 commit bb20abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-multi-spaces.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Examples of **incorrect** code for this rule:
1010

1111
```html
1212
<template>
13-
<div class="foo" :style="foo"\t
13+
<div class="foo" :style="foo"
1414
:foo="bar" >
1515
</div>
1616
</template>

0 commit comments

Comments
 (0)