Skip to content

Commit

Permalink
docs: fix indent (#1575)
Browse files Browse the repository at this point in the history
Indent closing tag `</div>` at line 429.
  • Loading branch information
nyeong authored and ulivz committed May 1, 2019
1 parent 41b5cfb commit 974b154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/docs/plugin/option-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ Then, VuePress will automatically inject these components behind the layout comp
<div class="global-ui">
<Component-1/>
<Component-2/>
</div>
</div>
</div>
```

Expand Down

0 comments on commit 974b154

Please sign in to comment.