Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Jun 3, 2022
1 parent 0927a73 commit 03ac223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default defineConfig({

editLink: {
repo: 'vuejs/vitepress',
branch: 'next',
dir: 'docs',
text: 'Edit this page on GitHub'
},
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ The essential file for configuring a VitePress site is `.vitepress/config.js`, w

```js
export default {
title: 'Hello VitePress',
title: 'VitePress',
description: 'Just playing around.'
}
```

In the above example, the site will have the title of `VitePress`, and `Just playing around` as description meta tag.
In the above example, the site will have the title of `VitePress`, and `Just playing around.` as the description meta tag.

Learn everything about VitePress features at [Theme: Introduction](./theme-introduction) to find how to configure specific features with in this config file.

Expand Down

0 comments on commit 03ac223

Please sign in to comment.