From b61898a726eca1e616289fa6c895dabcd8d2954b Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Thu, 2 Mar 2017 11:10:12 +0530 Subject: [PATCH] Fix a typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ture → true --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 5c997af2f..6b2c770ad 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -173,7 +173,7 @@ window.$docsify = { - Type: `Boolean|String` - Default: `false` -Activate the [cover feature](/cover). If ture, it will load from `_coverpage.md`. +Activate the [cover feature](/cover). If true, it will load from `_coverpage.md`. ```js window.$docsify = {