Skip to content

Commit 7f4de6a

Browse files
christyjacob4ulivz
authored andcommitted
docs: fix typo (#1798)
Corrected the misspelled word.
1 parent 2a508a6 commit 7f4de6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/basic-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
}
2323
```
2424

25-
If you've got the dev server running, you should see the page now has a header with the title and a search box. The will be rendered as a `<meta>` tag in the page HTML. VuePress comes with built-in headers-based search - it automatically builds a simple search index from the title, `h2` and `h3` headers from all the pages.
25+
If you've got the dev server running, you should see the page now has a header with the title and a search box. They will be rendered as a `<meta>` tag in the page HTML. VuePress comes with built-in headers-based search - it automatically builds a simple search index from the title, `h2` and `h3` headers from all the pages.
2626

2727
Consult the [Config Reference](../config/README.md) for a full list of options.
2828

0 commit comments

Comments
 (0)