Skip to content

Commit 49e55a1

Browse files
authored
Update rules-strongly-recommended.md
Changed "In Dom" to "In in-DOM" in two places as used in the rest of the document
1 parent 42a313b commit 49e55a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/style-guide/rules-strongly-recommended.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ Unfortunately, HTML doesn't allow custom elements to be self-closing - only [off
352352
```
353353

354354
```vue-html
355-
<!-- In DOM templates -->
355+
<!-- In in-DOM templates -->
356356
<my-component/>
357357
```
358358

@@ -367,7 +367,7 @@ Unfortunately, HTML doesn't allow custom elements to be self-closing - only [off
367367
```
368368

369369
```vue-html
370-
<!-- In DOM templates -->
370+
<!-- In in-DOM templates -->
371371
<my-component></my-component>
372372
```
373373

0 commit comments

Comments
 (0)