Skip to content

Commit ea929d9

Browse files
marktnoonanulivz
authored andcommitted
docs: clarify example text (#1712)
1 parent b18d066 commit ea929d9

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. 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. 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.
2626

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

0 commit comments

Comments
 (0)