diff --git a/docs/docs/plugins.md b/docs/docs/plugins.md index b150b5b02a9a7..6b094df6cd01b 100644 --- a/docs/docs/plugins.md +++ b/docs/docs/plugins.md @@ -78,8 +78,6 @@ module.exports = { } ``` -Note that plugin options will be stringified by Gatsby, so they cannot be functions. - ## Loading plugins from your local plugins folder Gatsby can also load plugins from the your local website plugins folder which is a folder named `plugins` in the website's root directory.