From 5b42627c77907f6c4d6d7d8e0d3f5d0f1b5daf91 Mon Sep 17 00:00:00 2001 From: Bharat Patodi Date: Mon, 20 Jul 2020 12:14:43 +0530 Subject: [PATCH 1/2] Make grammatical changes Minor changes. Solely for improving readability. --- docs/configuration.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 371ed35f6..1859c3df4 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