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