fix(doc): correct an error in the custom hexo tag helper doc

pull/1299/head
Ruipeng Zhang 2023-02-16 14:17:17 -05:00 committed by GitHub
parent d0e04fd2c1
commit 0132965ca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -263,10 +263,10 @@ providers:
<div class="example-tab-container">
{% tabs align:right %}
<!-- tab id:tab_align_right_1 "title:第一页" active -->
这是一个右对齐的(`centered`)标签页容器的第一页。
这是一个右对齐的(`right`)标签页容器的第一页。
<!-- endtab -->
<!-- tab id:tab_align_right_2 "title:第二页" -->
这是一个右对齐的(`centered`)标签页容器的第二页。
这是一个右对齐的(`right`)标签页容器的第二页。
<!-- endtab -->
{% endtabs %}
</div>