Skip to content

Commit

Permalink
docs: fix typo (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
anburocky3 committed Sep 6, 2022
1 parent 6fac5b2 commit b1511cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/theme-team-page.md
Expand Up @@ -179,7 +179,7 @@ The `<VPTeamMembers>` component displays a given list of members.
```ts
interface Props {
// Size of each members. Defaults to `medium`.
size?: 'small' | 'meidum'
size?: 'small' | 'medium'

// List of members to display.
members: TeamMember[]
Expand Down

0 comments on commit b1511cf

Please sign in to comment.