From 224c24c36a0888dec3da2c3fcb50571dbe40a3d6 Mon Sep 17 00:00:00 2001 From: Asko Kauppi Date: Fri, 27 Nov 2020 03:06:40 +0200 Subject: [PATCH] docs: fix typo (#161) Lowercasing `description` to be akin to other entries. Shows especially in the navigation pane. --- docs/config/basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/basics.md b/docs/config/basics.md index 1c4b71d0..d0d6719d 100644 --- a/docs/config/basics.md +++ b/docs/config/basics.md @@ -43,7 +43,7 @@ module.exports = { } ``` -## Description +## description - Type: `string` - Default: `A VitePress site`