From 7f4de6a589bda92045790fb57256ce4e2df3b4dc Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Sun, 25 Aug 2019 13:00:25 +0530 Subject: [PATCH] docs: fix typo (#1798) Corrected the misspelled word. --- docs/guide/basic-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/basic-config.md b/docs/guide/basic-config.md index b20f72b2..f15caa46 100644 --- a/docs/guide/basic-config.md +++ b/docs/guide/basic-config.md @@ -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 `` 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 `` 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.