Skip to content

Commit

Permalink
docs: fix typo in theme-homepage.md (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
erondpowell authored Jun 11, 2022
1 parent 94704c9 commit 54930e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/theme-homepage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: home
---
```

However, this option alone wouldn't do much. You can add several different pre templated "sections" to the homepage by setting additional other options such as `hero` and `feaures`.
However, this option alone wouldn't do much. You can add several different pre templated "sections" to the homepage by setting additional other options such as `hero` and `features`.

## Hero Section

Expand Down Expand Up @@ -82,7 +82,7 @@ Also you may customize it further by combining `--vp-home-hero-name-background`

## Features Section

In Features section, you can list any number of features you would like to show right after the Hero section. To cinfugure it, pass `features` option to the frontmatter.
In Features section, you can list any number of features you would like to show right after the Hero section. To configure it, pass `features` option to the frontmatter.

```yaml
---
Expand Down

0 comments on commit 54930e5

Please sign in to comment.