From 0132965ca3204761a2b0e89a29ec4979aa914cb6 Mon Sep 17 00:00:00 2001 From: Ruipeng Zhang Date: Thu, 16 Feb 2023 14:17:17 -0500 Subject: [PATCH] fix(doc): correct an error in the custom hexo tag helper doc --- source/_posts/zh-CN/Custom-Hexo-Tag-Helpers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_posts/zh-CN/Custom-Hexo-Tag-Helpers.md b/source/_posts/zh-CN/Custom-Hexo-Tag-Helpers.md index d705360..5df701f 100644 --- a/source/_posts/zh-CN/Custom-Hexo-Tag-Helpers.md +++ b/source/_posts/zh-CN/Custom-Hexo-Tag-Helpers.md @@ -263,10 +263,10 @@ providers:
{% tabs align:right %} -这是一个右对齐的(`centered`)标签页容器的第一页。 +这是一个右对齐的(`right`)标签页容器的第一页。 -这是一个右对齐的(`centered`)标签页容器的第二页。 +这是一个右对齐的(`right`)标签页容器的第二页。 {% endtabs %}