From 5f24f075dc65c0d1bdf2a6ea0b92d583407455f5 Mon Sep 17 00:00:00 2001 From: John Hildenbiddle Date: Fri, 18 Mar 2022 22:36:25 -0500 Subject: [PATCH] docs: Minor fixes to plugin docs (#1774) --- docs/write-a-plugin.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/write-a-plugin.md b/docs/write-a-plugin.md index ad9b4bf70e..671b2625fd 100644 --- a/docs/write-a-plugin.md +++ b/docs/write-a-plugin.md @@ -4,7 +4,7 @@ A docsify plugin is a function with the ability to execute custom JavaScript cod ## Setup -Docsify plugins can be added directly to the `plugins` array. +Docsify plugins can be added directly to the `plugins` array: ```js window.$docsify = { @@ -19,7 +19,7 @@ window.$docsify = { }; ``` -Alternatively, a plugin can be stored in a separate file and "installed" using a standard `