diff --git a/docs/write-a-plugin.md b/docs/write-a-plugin.md index 671b2625fd..ad9b4bf70e 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 `