docs: fix typo (#1798)

Corrected the misspelled word.
This commit is contained in:
Christy Jacob
2019-08-25 15:30:25 +08:00
committed by ULIVZ
parent 2a508a6a92
commit 7f4de6a589
+1 -1
View File
@@ -22,7 +22,7 @@ module.exports = {
}
```
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.
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.
Consult the [Config Reference](../config/README.md) for a full list of options.