From 5973f2dc5f0e46f3801851f5fd3fd3e5f0199661 Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Sun, 27 Mar 2022 10:00:09 +0800 Subject: [PATCH] Update plugins.md --- website/docs/advanced/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/advanced/plugins.md b/website/docs/advanced/plugins.md index ae5d7b17a89c..cbcfaf0e654f 100644 --- a/website/docs/advanced/plugins.md +++ b/website/docs/advanced/plugins.md @@ -51,7 +51,7 @@ module.exports = { Then in the folder `my-plugin`, you can create an `index.js` such as this: -```js title="index.js" +```js title="my-plugin/index.js" module.exports = async function myPlugin(context, options) { // ... return {