Skip to content

Commit 88f97c1

Browse files
authored
Update packages/gatsby-plugin-mdx/gatsby-node.js
1 parent 76e8aac commit 88f97c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-plugin-mdx/gatsby-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ exports.pluginOptionsSchema = function ({ Joi }) {
124124
),
125125
root: Joi.string()
126126
.default(process.cwd())
127-
.description(`Who knows what this does lol`)
127+
.description(`[deprecated] This is a legacy option that used to define root directory of the project. It was needed to generate a cache directory location. It currently has no effect.`)
128128
})
129129
}

0 commit comments

Comments
 (0)