From 9524c3051f691ae29a18125e8a2f3895c12b9b8e Mon Sep 17 00:00:00 2001 From: ruben Date: Sat, 22 Feb 2025 20:29:27 -0800 Subject: [PATCH] fix: correct a variety of issues inside team-page reference --- docs/en/reference/default-theme-team-page.md | 28 ++++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/en/reference/default-theme-team-page.md b/docs/en/reference/default-theme-team-page.md index 29b071ff..4a48512d 100644 --- a/docs/en/reference/default-theme-team-page.md +++ b/docs/en/reference/default-theme-team-page.md @@ -25,11 +25,11 @@ const members = [ # Team Page -If you would like to introduce your team, you may use Team components to construct the Team Page. There are two ways of using these components. One is to embed it in doc page, and another is to create a full Team Page. +If you would like to introduce your team, you may use Team components to construct the Team Page. There are two ways of using these components. One is to embed it in a doc page, and another is to create a full Team Page. ## Show team members in a page -You may use `` component exposed from `vitepress/theme` to display a list of team members on any page. +You may use the `` component exposed from `vitepress/theme` to display a list of team members on any page. ```html