Skip to content

Commit 974b154

Browse files
nyeongulivz
authored andcommitted
docs: fix indent (#1575)
Indent closing tag `</div>` at line 429.
1 parent 41b5cfb commit 974b154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/docs/plugin/option-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ Then, VuePress will automatically inject these components behind the layout comp
426426
<div class="global-ui">
427427
<Component-1/>
428428
<Component-2/>
429-
</div>
429+
</div>
430430
</div>
431431
```
432432

0 commit comments

Comments
 (0)