From 1a64dc847fc42a89472e45fc38637b8421a9a6fb Mon Sep 17 00:00:00 2001 From: Bharat Patodi Date: Sun, 26 Jul 2020 14:49:02 +0530 Subject: [PATCH] chore: grammatical changes (#1296) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Make grammatical changes Minor changes. Solely for improving readability. * Update changes Co-authored-by: 沈唁 <52o@qq52o.cn> --- docs/configuration.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 371ed35f..1b2d0487 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -12,7 +12,7 @@ You can configure Docsify by defining `window.$docsify` as an object: ``` -The config can also be defined as a function, in which case the first arg is the Docsify `vm` instance. The function should return a config object. This can be useful for referencing `vm` in places like the markdown configuration: +The config can also be defined as a function, in which case the first argument is the Docsify `vm` instance. The function should return a config object. This can be useful for referencing `vm` in places like the markdown configuration: ```html