Skip to content

Commit

Permalink
Update plugins.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored Mar 27, 2022
1 parent 009f883 commit 5973f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/advanced/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5973f2d

Please sign in to comment.